CommonResponse
successboolean必填
请求校验结果。HTTP 状态为 200 时为 true。
codeinteger必填
请求状态码。成功时为 1,失败时为对应错误码。
msgstring必填
请求状态信息。成功时为 Success,失败时为错误信息。
timenumber必填
当前 Unix 时间戳。
CommonResponse
{
"success": true,
"code": 0,
"msg": "string",
"time": 0
}