App用户密码调整
This commit is contained in:
@@ -48,6 +48,7 @@ public enum UserResponseEnum {
|
||||
INVALID_TIME("A0101", "用户当前时间段禁止访问"),
|
||||
PASSWORD_TRANSPORT_ERROR("A0101", "密码传输完整性被破坏"),
|
||||
SPECIAL_PASSWORD("A0101", "密码需要包含特殊字符字母数字,长度为8-16"),
|
||||
APP_PASSWORD("A0101", "密码长度为8-16"),
|
||||
REPEAT_PASSWORD("A0101", "新密码与旧密码不能一致"),
|
||||
|
||||
REGISTER_FAIL("A0102", "注册失败"),
|
||||
|
||||
Reference in New Issue
Block a user