1.短信功能调整
2.接口返回信息调整
This commit is contained in:
@@ -51,6 +51,7 @@ public enum UserResponseEnum {
|
||||
APP_PASSWORD("A0101", "密码长度为8-16"),
|
||||
REPEAT_PASSWORD("A0101", "新密码与旧密码不能一致"),
|
||||
|
||||
MESSAGE_SEND_FAIL("A0102", "短信发送失败"),
|
||||
REGISTER_FAIL("A0102", "注册失败"),
|
||||
REGISTER_PHONE_FAIL("A0102", "该号码已注册,请检查phone字段"),
|
||||
REGISTER_LOGIN_NAME_FAIL("A0102", "该账号已注册"),
|
||||
|
||||
Reference in New Issue
Block a user