modified 优化手机号正则

This commit is contained in:
zhaoxiang 2019-07-01 11:40:22 +08:00
parent 2b1f817f5c
commit 6a92e77c5d

View File

@ -114,7 +114,7 @@ class RequestFilter {
}
break;
case DataType::TYPE_MOBILE:
$newRule[$value['field_name'] . '|' . $value['info']]['regex'] = '/^1[345789]\d{9}$/';
$newRule[$value['field_name'] . '|' . $value['info']]['regex'] = '/^1[3456789]\d{9}$/';
break;
}
}