跳到主要内容

ErrorResponse

successboolean

出错时始终为 false

codeinteger

错误码

msgstring

错误信息

timenumber

当前 Unix 时间戳

ErrorResponse
{
"success": true,
"code": 0,
"msg": "string",
"time": 0
}