Documentation ¶
Index ¶
Constants ¶
View Source
const ( SUCCESS = 10000 ERROR = 20000 ErrorUsernameTooShort = 30001 ErrorUsernameTooLong = 30002 ErrorUsernameAlreadyExist = 30003 ErrorPasswordTooShort = 30004 ErrorPasswordTooLong = 30005 ErrorPasswordNotStrong = 30006 ErrorUsernameIncorrect = 30007 ErrorPasswordIncorrect = 30008 ErrorTokenIncorrect = 30009 ErrorTokenExpired = 30010 ErrorOperateDatabase = 40001 )
RPC 状态码
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.