Interface RequestDataDelegate

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RequestDataDelegate
Author:
渔民小镇
date:
2023-09-19
  • Method Summary

    Modifier and Type
    Method
    Description
    创建请求参数
  • Method Details

    • createRequestData

      Object createRequestData()
      创建请求参数
      Returns:
      请求参数