作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

发送短信

... ... @@ -346,7 +346,7 @@ class Registers extends Backend
}
$data = $this->model->where($where)->select();
foreach($data as $key => $vo){
$mobile = $data['mobile'];
$mobile = $vo['mobile'];
$search = '/^0?1[3|4|5|6|7|8|9][0-9]\d{8}$/';
if (!preg_match($search,$mobile)) {
$this->error('手机号格式有误');
... ...