Merge branch 'feat-IRONFANS-1000063-Robin' into conf-1000063

This commit is contained in:
Robin 2024-12-16 13:40:40 +08:00
commit 317850917a
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ const (
ErrCodeLoginRegisterUserFail ErrCode = -5010 //注册账户失败
ErrCodeLoginWrongOldPswd ErrCode = -5011 //旧密码错误
ErrCodeLoginVeriCodeSendFail ErrCode = -5012 //验证码发送失败
ErrCodeLoginMobilePhoneHasBeenRegistered ErrCode = -5012 //手机号已被注册
ErrCodeLoginMobilePhoneHasBeenRegistered ErrCode = -5013 //手机号已被注册
// Account: 6xxx
ErrCodeAccountSrvOk ErrCode = ErrCodeOk