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

发送短信

... ... @@ -345,6 +345,8 @@ class Registers extends Backend
$where['id'] = ['eq',$ids];
}
$data = $this->model->where($where)->select();
dump($data);
exit();
foreach($data as $key => $vo){
$mobile = $vo['mobile'];
$search = '/^0?1[3|4|5|6|7|8|9][0-9]\d{8}$/';
... ...