CommonResponse
successbooleanrequired
Request validation result. true when the HTTP status is 200.
codeintegerrequired
Request status code. 1 on success; otherwise an error code.
msgstringrequired
Request status message. Success on success; otherwise an error message.
timenumberrequired
Current Unix timestamp.
CommonResponse
{
"success": true,
"code": 0,
"msg": "string",
"time": 0
}