1 API Definitions
1.1 Request Data
- POST:
- Request Header: content-type: application/x-www-form-urlencoded.
1.2 Request Return
- Return Data: If the returned HTTP status code is 200, return json data. Otherwise, it means request error. Get the error details according to the API error code.
1.3 Public Return Code
Return Code | Return Information | Description |
---|---|---|
200 | Operating succeeded | Request succeeded |
10007 | Call times reached the limit | |
10029 | Call frequency reached the limit | API call frequency reached the limit |
1.4 Parameter Remarks
accessToken is the token for login. Please get it via background and ensure its confidentiality.