跳到主要内容

响应报文格式

format
{
"id": "{id}", //请求回调ID
"code": 1, //结果0=成功;1=失败;2=listenKey⽆效
"msg": ""
}
{
"id":"123",
"code": 0,
"msg": "success"
}