Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBadRequest = NewError(400, "BAD_REQUEST", "违规请求")
View Source
var ErrPhoneUnAuthorization = NewError(401, "UN_PHONE_AUTHORIZATION", "用户需要先授权登录")
View Source
var ErrUnAuthorization = NewError(401, "UN_AUTHORIZATION", "未授权")
View Source
var ErrUnKnow = NewError(500, "UN_KNOW", "未知错误, 请联系开发团队")
Functions ¶
Types ¶
type ResponseErr ¶
Click to show internal directories.
Click to hide internal directories.