Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Unknown 未知错误 Unknown = -1 // Internal 内部错误 Internal = -2 // Success 成功 Success = 0 // ErrParams 参数错误 ErrParams = 1 )
10[模块代码] 4XX[状态码] 1000[错误码]
Variables ¶
View Source
var CodeTable map[int64]string
CodeTable 码表
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.