Merge pull request 'conf-1000063' (#903) from conf-1000063 into test
Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/service/pulls/903
This commit is contained in:
commit
7228943137
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue