@@ -23,7 +23,7 @@ public class SDKApplication {
public static void main(String[] args) {
SpringApplication.run(SDKApplication.class, args);
- System.out.println("赞象SDK服务启动成功 <米大师支付增加兑换比例, 增加壳包进入监听埋点> ( ´・・)ノ(._.`) \n" +
+ System.out.println("赞象SDK服务启动成功 <手机号正则修改> ( ´・・)ノ(._.`) \n" +
" ___________ _ __\n" +
"/ ___| _ \\ | / /\n" +
"\\ `--.| | | | |/ / \n" +
@@ -10,7 +10,7 @@ public class RegexConstant {
/**
* 正则:手机号
*/
- public static final String REGEX_MOBILE_EXACT = "^[1][3,4,5,7,8,9][0-9]{9}$";
+ public static final String REGEX_MOBILE_EXACT = "^[1][3,4,5,6,7,8,9][0-9]{9}$";
* 正则:中文姓名