8.9
luodangjia
2024-10-31 eb286b8d88dc5fcd0290d0d243cb7f0a2448616f
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java
@@ -265,7 +265,7 @@
    /**
     * 数字 3000
     */
    public static final Integer THREE_THOUSAND = 3000;
    public static final Integer THREE_THOUSAND = 2000;
    /**
     * 师傅端默认用户ID前缀
@@ -300,6 +300,6 @@
    /**
     * 手机号码正则
     */
    public static final String PHONE = "^1[345789]\\d{9}$";
    public static final String PHONE = "^1[3456789]\\d{9}$";
}