Commit 09880465 authored by liuyuzhen's avatar liuyuzhen

手机号码网段增加19开头

parent fe2ff506
......@@ -220,7 +220,7 @@ class Common
return false;
}
if( !preg_match('/^1[34578]\d{9}$/', $phone) ){
if( !preg_match('/^1[345789]\d{9}$/', $phone) ){
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment