Readme
Request Url
Request Method:
- POST
POSTMAN request sample

Request Body:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.example.org/">
<SOAP-ENV:Body>
<ns1:callService>
<paramsJson>
{
"pageSize":1,
"page":1
}
</paramsJson>
<appToken>appToken</appToken>
<appKey>appKey</appKey>
<service>service</service>
</ns1:callService>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Request Parameter:
| Parameter | Type | Required | Remark |
|---|---|---|---|
| appToken | String | Y | API TOKEN |
| appKey | String | Y | API KEY |
| service | String | Y | Request Method |
| paramsJson | JSON | N | Request Data, Should be JSON format |
Response Parameter:
| Parameter | Type | Remark |
|---|---|---|
| ask | String | Request Result: success or failure |
| message | String | Response message |
| pagination | Object | Reference to Pagination section |
| count | int | Total record |
| nextPage | boolean | Identify if have next page or not |
| data | Object | Response Data |
| error | Object | Reference to Error section |
Pagination format:
| Parameter | Type | Remark |
|---|---|---|
| pageSize | int | page size |
| page | int | current page |
Error format:
| Parameter | Type | Remark |
|---|---|---|
| errCode | int | error code |
| errMessage | String | error message |
作者:WesternPost 创建时间:2021-06-29 20:14
更新时间:2024-12-31 02:56
更新时间:2024-12-31 02:56