Skip to main content

Error Codes

All APIs use a unified response envelope.

Response Format

{
"code": 1,
"msg": "ok",
"data": ""
}

Business Status Codes

codeMeaning
1Request succeeded
-1Request failed. See the msg field for details
tip

When code is -1, the msg field contains the specific failure reason.