Request
1. Interface address
DEMO is as follows:
REAL address:
Request method: POST
2 Request
2.1 Header request parameters
Parameter name | Description | Data type | Required or not |
---|---|---|---|
apiKey | api_key applied for through the platform | String | Required |
recvWindow | Time window, meaning see "Request time security limit" below | Integer | Not required |
timestamp | Time when the request is sent (timestamp format, milliseconds) | Integer | Required |
signature | Signature, signature calculation method see "Signature" below. | string | required |
companyId | company ID | integer | required |
trace | global link unique identifier | string | required |
version | resource version number | string | optional |
group | resource grouping | string | optional |
lang | language information, default zh-CN | string | optional |
2.2 Request body parameters
parameter | type | required | description |
---|---|---|---|
bizBody | JSON | required | request information body, JSON |
2.3 Return parameters
parameter | type | description | |
---|---|---|---|
code | String | system general return code. 0-success, other exceptions | |
msg | String | Return information | |
bizCode | String | Module identification code | |
tm | Long | Processing time (milliseconds) | |
trace | String | Global link flag information | |
msgParams | String | Returns the placeholder parameter string in the description, multiple parameters are separated by , | |
data | Object | Data body, unified return of each business response information, return bizType in case of exception |
Last updated