|
@@ -8,4 +8,5 @@ var (
|
|
|
ErrorUserNotExist = codes.Error(401, "用户不存在")
|
|
ErrorUserNotExist = codes.Error(401, "用户不存在")
|
|
|
ErrorPhotoNotTrue = codes.Error(10001, "手机号格式错误")
|
|
ErrorPhotoNotTrue = codes.Error(10001, "手机号格式错误")
|
|
|
ErrorCodeNotMate = codes.Error(10002, "验证码不匹配")
|
|
ErrorCodeNotMate = codes.Error(10002, "验证码不匹配")
|
|
|
|
|
+ ErrorCodeSendFail = codes.Error(10003, "验证码发送失败")
|
|
|
)
|
|
)
|