Package com.wechat.pay.java.core.http
Interface RequestBody
- All Known Implementing Classes:
FileRequestBody,JsonRequestBody
public interface RequestBody
HTTP请求体
-
Method Summary
-
Method Details
-
getContentType
String getContentType()获取请求体的数据类型- Returns:
- 请求体的数据类型
-