Response Fields
2020.11.20 14:34:17
All API responses are organized as a json String. If not specified, the following fields are included in the response value of each request:
| Parameter Name | Type | Description |
|---|---|---|
| code | Number | HTTP states code, 200: ok, other values : error, see [response return code] for more details |
| msg | String | The description of the code, "ok" for 200 |
| result | String | API customized result, empty means ok |
