客服二维码
Development Documents
KEY: Please get it in "Member Center"
TYPE: Please get it "API Detail" page
Timeout Setting
60 seconds at least
To prevent unexpected network fluctuations, please set a sufficiently long timeout period, with a maximum timeout of 300 seconds for the server.
Concurrent / Thread Count
For queries that take more than 1 second, the concurrent / thread count should be controlled within 10 or less
Reason: Excessive concurrency can cause the system to directly return a failure
Common Error Code (no deduction of fees)
Error Code
Cause
Solution
0601
Please input key
Member Center > Check key
0602
Incorrect key / Abnormal status
Member Center > check key and status
0603
Insufficient Balance
Please recharge
0604
IP whitelist restriction
Member Center > IP whitelist setting
0605
Interface maintenance
If there is no announcement, please contact us.
0606
The interface has been taken offline
This interface has been taken offline, please replace it with a new interface.
0607
Interface temporarily closed/maintained
This interface is temporarily closed/maintained, please try again later.
0611
input error
The input SN/IMEI regular expression validation failed.
0612
input error
The query result shows that the input SN/IMEI does not exist. Please check if the brand or SN/IMEI is correct.
0614
query failed
The system is busy and the query has failed. Please contact us.
0615
query failed
Too many failures, please try again in 3 minutes.
0616
query failed
The concurrency exceeds the limit, please try again later.
Query successful returns body (JSON)
{
    "code": 0,
    "data": {...}  //return body
}
Query failed and returned body (JSON)
{
    "code": 601,  //error code
    "message": "..."  //cause
}