Skip to main content

CommonResponse

successbooleanrequired

Whether the request succeeded. true when HTTP status is 200

codeintegerrequired

Status code. 1 on success

msgstringrequired

Status message

timenumberrequired

Current unix timestamp

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