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

发送短信

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