mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
手机号码正则更新
This commit is contained in:
@ -367,7 +367,7 @@ return array(
|
||||
'common_regex_pwd' => '^.{6,18}$',
|
||||
|
||||
// 手机号码
|
||||
'common_regex_mobile' => '^1((3|5|6|7|8|9){1}\d{1})\d{8}$',
|
||||
'common_regex_mobile' => '^1((3|4|5|6|7|8|9){1}\d{1})\d{8}$',
|
||||
|
||||
// 座机号码
|
||||
'common_regex_tel' => '^\d{3,4}-?\d{8}$',
|
||||
|
||||
Reference in New Issue
Block a user