JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.wechat.pay.java.core.http
Interface RequestBody
All Known Implementing Classes:
FileRequestBody
,
JsonRequestBody
public interface
RequestBody
HTTP请求体
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getContentType
()
获取请求体的数据类型
Method Detail
getContentType
java.lang.String getContentType()
获取请求体的数据类型
Returns:
请求体的数据类型
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method