Open APIError CodesOn this pageError Codes All APIs use a unified response envelope. Response Format { "code": 1, "msg": "ok", "data": ""} Business Status Codes codeMeaning1Request succeeded-1Request failed. See the msg field for details tipWhen code is -1, the msg field contains the specific failure reason.