- ErrAuthTypeAlreadyExist
This commit is contained in:
@@ -89,6 +89,7 @@ var (
|
||||
ErrUserMobileAlreadyExist = errors.New("用户手机已经存在")
|
||||
ErrUserID2AlreadyExist = errors.New("用户标识已经存在")
|
||||
ErrUserNotExist = errors.New("用户不存在")
|
||||
ErrUserAuthTypeNotExist = errors.New("用户登录类型不存在")
|
||||
ErrIllegalAuthType = errors.New("非法的登录类型")
|
||||
ErrAuthTypeAlreadyExist = errors.New("要登录类型已经存在")
|
||||
ErrCaptchaIsNotOk = errors.New("图形校验码不正确")
|
||||
|
||||
Reference in New Issue
Block a user