feat(msg): 国际化文案替换
This commit is contained in:
parent
b9e01e1890
commit
bb335d88a3
|
@ -19,7 +19,6 @@ public static final String TOKEN_REPEAT_SUBMIT = "请求已经失效,请刷新
|
|||
* 2024.06.21 兼容新需求,特殊账号联系方式长度不能超过30位
|
||||
*/
|
||||
public static final String PHONE_LENGTH = "联系方式长度超长";
|
||||
public static final String PHONE_LENGTH = "手机号码只能在6-20位之间!";
|
||||
|
||||
/**
|
||||
* 必输项不能为空 -- 必输项不能为空!
|
||||
|
|
Loading…
Reference in New Issue