Documentation ¶
Index ¶
Constants ¶
View Source
const ( CodeOK uint32 = 0 ErrCode_BadRequest = http.StatusBadRequest ErrCode_InternalError = http.StatusInternalServerError ErrCode_NotFound = http.StatusNotFound ErrCode_WrongUsernameOrPassword = 10001 ErrCode_UserStatusNotNormal = 10002 ErrCode_UserHasNoPlatform = 10003 ErrCode_NotSupportMobileForgotPassword = 10004 ErrCode_SendVerifyCodeTooBusy = 10005 ErrCode_PasswordTooShort = 10006 ErrCode_RequireMemberLogin = 10007 // 需要添加家庭成员并选择 )
Variables ¶
This section is empty.
Functions ¶
func GetMessage ¶
GetMessage returns the error message of the error code.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.