ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java
@@ -213,6 +213,11 @@ public static final Integer THREE = 3; /** * 数字4 */ public static final Integer FOUR = 4; /** * 数字5 */ public static final Integer FIVE = 5; @@ -253,6 +258,11 @@ public static final String DEFAULT_PASSWORD = "123456"; /** * 三端默认验证码 */ public static final String DEFAULT_PHONE_CODE = "123456"; /** * 手机号码正则 */ public static final String PHONE = "^1[34578]\\d{9}$";