Development instructions
API Protocol
All interfaces use https protocolParameter format
Data format: Both request and response data are in JSON format.
Please set the Content-Type of the Header to application/json.
Encoding format: UTF-8API Request header parameter description
Name
Type
Required
Descrption
API Response structure
1. successful response
{
"code": 0,// Represents success, non-0 represents failure
"msg": "ok",// Response description
"data": { // response parameter structure
"fileds": "vule",
}
}Last updated