Documentation
¶
Index ¶
Constants ¶
View Source
const ( SUCCESS = 200 ERROR = 500 INVALID_PARAMS = 400 ERROR_AUTH_CHECK_TOKEN_FAIL = 20001 ERROR_AUTH_CHECK_TOKEN_TIMEOUT = 20002 )
Variables ¶
View Source
var MsgFlags = map[int]string{
SUCCESS: "ok",
ERROR: "fail",
INVALID_PARAMS: "invalid params",
ERROR_AUTH_CHECK_TOKEN_FAIL: "auth check token fail",
ERROR_AUTH_CHECK_TOKEN_TIMEOUT: "auth check token timeout",
}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.