Update ResponseCode.java

This commit is contained in:
木子李·De
2021-07-18 14:32:29 +08:00
parent a116844369
commit 6c451caaa5

View File

@@ -12,7 +12,8 @@ public interface ResponseCode {
String MIN = "field.min";
String MAX = "field.max";
String DICT_ERROR = "field.dict.error";
String USER_PASSWORD_ERROR = "User.password.error";
/**
* 用户名或者密码不正确
*/