错误返回样例
限流返回样例
Status Code
text
Status Code: 503
Response Body
json
{ "error_msg": "请求过快,请稍后重试" }
token过期样例
Status Code
text
Status Code: 200
Response Body
json
{ "code": "A0312", "errorMsg": "accessToken非法或已过期" }
ip拦截样例
Status Code
text
Status Code: 200
Response Body
json
{
"code": "A0201",
"description": "非法请求",
"errorMsg": "非法请求",
"errorKey": "be_ErrorCode_A0201"
}
超出范围
Status Code
text
Status Code: 200
Response Body
json
{
"code": "A1008",
"description": "token与设备范围不匹配,超出的设备:[\"1853638474842898434\"]",
"errorMsg": "be_ErrorCode_A1008"
}
