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

发送短信

@@ -345,8 +345,6 @@ class Registers extends Backend @@ -345,8 +345,6 @@ 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();  
350 foreach($data as $key => $vo){ 348 foreach($data as $key => $vo){
351 $mobile = $vo['mobile']; 349 $mobile = $vo['mobile'];
352 $search = '/^0?1[3|4|5|6|7|8|9][0-9]\d{8}$/'; 350 $search = '/^0?1[3|4|5|6|7|8|9][0-9]\d{8}$/';