|
|
|
@ -30,7 +30,7 @@ import java.util.stream.Collectors;
|
|
|
|
|
public class AfterParamCheckAction implements BusinessProcess<SendTaskModel> {
|
|
|
|
|
|
|
|
|
|
public static final String PHONE_REGEX_EXP = "^((13[0-9])|(14[5,7,9])|(15[0-3,5-9])|(166)|(17[0-9])|(18[0-9])|(19[1,8,9]))\\d{8}$";
|
|
|
|
|
public static final String EMAIL_REGEX_EXP = "^[A-Za-z0-9-_\\u4e00-\\u9fa5]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)+$";
|
|
|
|
|
public static final String EMAIL_REGEX_EXP = "^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$";
|
|
|
|
|
|
|
|
|
|
public static final HashMap<Integer, String> CHANNEL_REGEX_EXP = new HashMap<>();
|
|
|
|
|
|
|
|
|
|