feat(REQ-2106): 黑白名单正则调整
This commit is contained in:
parent
84ba321540
commit
5c1762a01b
@ -10,5 +10,5 @@ package cn.axzo.nanopart.api.constant;
|
||||
public class BlackAndWhiteListConstant {
|
||||
|
||||
public static final String BASIC_FEIGN_PACKAGE = "cn.axzo.nanopart.api";
|
||||
public static final String PHONE_REGEXP = "^1[3456789]\\d{9}$";
|
||||
public static final String PHONE_REGEXP = "^1[23456789]\\d{9}$";
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user