|
@@ -314,6 +314,9 @@ public class AuthorizationController {
|
|
|
if (StrUtil.isBlank(phone) || (86 == cid && !Validator.isMobile(phone))) {
|
|
if (StrUtil.isBlank(phone) || (86 == cid && !Validator.isMobile(phone))) {
|
|
|
throw BusinessRuntimeException.getInstance("请输入正确的手机号");
|
|
throw BusinessRuntimeException.getInstance("请输入正确的手机号");
|
|
|
}
|
|
}
|
|
|
|
|
+ if ("13662979985".equals(phone)) {
|
|
|
|
|
+ throw BusinessRuntimeException.getInstance("异常手机号");
|
|
|
|
|
+ }
|
|
|
//是否是虚拟手机号开头
|
|
//是否是虚拟手机号开头
|
|
|
if (BlackOpsUtil.phoneIsStart(phone)) {
|
|
if (BlackOpsUtil.phoneIsStart(phone)) {
|
|
|
throw BusinessRuntimeException.getInstance("请输入正确的手机号");
|
|
throw BusinessRuntimeException.getInstance("请输入正确的手机号");
|