跳到主要内容

CommonResponse

successboolean必填

是否成功;HTTP 状态为 200 时为 true

codeinteger必填

状态码;成功时为 1

msgstring必填

状态信息

timenumber必填

当前 Unix 时间戳

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