Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SystemErr = &luchen.Errno{HTTPCode: 500, Code: 500, Msg: "系统错误"} ArgsErr = &luchen.Errno{HTTPCode: 400, Code: 400, Msg: "参数错误"} ForbiddenErr = &luchen.Errno{HTTPCode: 403, Code: 403, Msg: "Forbidden"} )
View Source
var ( PasswordErr = &luchen.Errno{HTTPCode: 401, Code: 10000, Msg: "密码错误"} UserNotExistErr = &luchen.Errno{HTTPCode: 401, Code: 10001, Msg: "用户不存在"} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.