ErrorResponse
successboolean
出错时始终为 false
codeinteger
错误码
msgstring
错误信息
timenumber
当前 Unix 时间戳
ErrorResponse
{
"success": true,
"code": 0,
"msg": "string",
"time": 0
}
出错时始终为 false
错误码
错误信息
当前 Unix 时间戳
{
"success": true,
"code": 0,
"msg": "string",
"time": 0
}