1.算法提交

2.用户模块代码调整
This commit is contained in:
2023-11-29 16:21:18 +08:00
parent f46749afb9
commit bae007f471
20 changed files with 1362 additions and 82 deletions

View File

@@ -41,7 +41,7 @@ public interface PatternRegex {
/**
* 登录名只能输入3-16位的英文字母或数字
*/
String LOGIN_NAME_REGEX = "[a-zA-Z0-9]{3,16}";
String LOGIN_NAME_REGEX = "[a-zA-Z0-9_]{3,16}";
/**
* 手机号必须有11位并且为数字是正常的手机·号码开头