Documentation
¶
Index ¶
Constants ¶
View Source
const ( SUCCESS = 200 ERROR = 500 // 用户模块的错误 ERROR_USERNAME_USED = 1001 ERROR_PASSWORD_WRONG = 1002 ERROR_USER_NOT_EXIST = 1003 ERROR_TOKEN_EXIST = 1004 ERROR_TOKEN_RUNTIME = 1005 ERROR_TOKEN_WRONG = 1006 ERROR_TOKEN_TYPE_WRONG = 1007 ERROR_USER_NO_RIGHT = 1008 // 文章模块的错误 ERROR_ART_NOT_EXIST = 2001 // 分类模块的错误 ERROR_CATENAME_USED = 3001 ERROR_CATE_NOT_EXIST = 3002 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.