Documentation ¶
Index ¶
Constants ¶
View Source
const ( Success = 1 UnknownError = 0 ParamsVerifyError = 8101 MethodNotAllowed = 8201 )
Variables ¶
View Source
var ServerMsgMap = map[int]string{ Success: "成功", UnknownError: "未知错误", ParamsVerifyError: "参数验证失败", MethodNotAllowed: "不被允许的方法", }
Functions ¶
func GetServerMsg ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.