ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java
@@ -233,6 +233,11 @@ public static final Integer EIGHT = 18; /** * 数字100 */ public static final Integer ONE_HUNDRED = 100; /** * 数字 3000 */ public static final Integer THREE_THOUSAND = 3000; @@ -250,6 +255,6 @@ /** * 手机号码正则 */ public static final String PHONE = ("^((13[0-9])|(14[0,1,4-9])|(15[0-3,5-9])|(16[2,5,6,7])|(17[0-8])|(18[0-9])|(19[0-3,5-9]))\\d{8}$"); public static final String PHONE = "^1[34578]\\d{9}$"; }