中国站 - English
中国站
中国站 - English
International
Documentation
Log in
Console
Documentation
Console
Log in
4009 100 100
APIs
Only the Chinese version of this page is provided currently. The English version will be provided soon.
Help & Documentation
>
APIs
正确返回结果
Last updated: 2020-03-10 17:14:22
若 API 调用成功,则最终返回结果中的错误码 code 为0,错误信息 message 为空,codeDesc 显示英文消息 Success,并且会显示返回的结果数据。
示例如下:
{
"code"
:0,
"message"
:
""
,
"codeDesc"
:
"Success"
,
<
返回结果数据
>
}