正在显示
2 个修改的文件
包含
3 行增加
和
1 行删除
@@ -570,9 +570,10 @@ class Yuyue extends Api | @@ -570,9 +570,10 @@ class Yuyue extends Api | ||
570 | if ($Params['status'] == 1) { | 570 | if ($Params['status'] == 1) { |
571 | $Bool = $this->Send($v['user_id'], $v['id']); | 571 | $Bool = $this->Send($v['user_id'], $v['id']); |
572 | if ($Bool != false) { | 572 | if ($Bool != false) { |
573 | + echo 1; | ||
573 | $Mobile = Db::name('user')->where('id', $v['user_id'])->value('mobile'); | 574 | $Mobile = Db::name('user')->where('id', $v['user_id'])->value('mobile'); |
574 | if (!empty($Mobile) || $Mobile != '') { | 575 | if (!empty($Mobile) || $Mobile != '') { |
575 | - $this->SendSms($v['mobile'], '【猎鹰飞行俱乐部】' . $Params['con'] . '空域情况:' . $Params['kong']); | 576 | + $this->SendSms($Mobile, '【猎鹰飞行俱乐部】' . $Params['con'] . '空域情况:' . $Params['kong']); |
576 | } | 577 | } |
577 | } | 578 | } |
578 | } | 579 | } |
-
请 注册 或 登录 后发表评论