错误响应
错误响应
对于所有的请求,响应格式都是一个 JSON
对象,结构如下:
字段名
类型
说明
status
string
恒为 error
error_msg
string
错误描述
示例代码
错误码详解
响应的 HTTP
状态码列表(status_code
)与其含义
400
Bad Request 参数错误
401
Unauthorized 未授权
402
Payment Required 应用欠费
403
Forbidden 禁止访问
404
Not Found 服务器找不到给定的资源
405
Method Not Allowed 不允许的请求方法
500
Internal Server Error 内部服务器错误
Last updated
Was this helpful?