POST api/BatchReview/BatchReviewPost
获取接口数据
请求的信息
URI参数
None.
Body参数
BatchReviewCondition名称 | 描述 | 类型 | 其它信息 |
---|---|---|---|
AppKey |
合作方接入认证标识(海王提供对应商户编码) |
string |
None. |
TimeStamp |
10位时间戳 格式为long,时区为GMT+8。开放平台允许合作方请求最大时间误差为10分钟 |
integer |
None. |
Sign |
签名 |
string |
None. |
Version |
版本号 |
string |
None. |
Method |
方法名 |
string |
None. |
Data | string |
None. |
请求格式
application/json, text/json
Sample:
{ "appKey": "sample string 1", "timeStamp": 2, "sign": "sample string 3", "version": "sample string 4", "method": "sample string 5", "data": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
string响应格式
application/json, text/json
Sample:
"sample string 1"