作者 wangzhi

xiugai

@@ -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 }
@@ -666,5 +666,6 @@ class Api @@ -666,5 +666,6 @@ class Api
666 if (count($count) > 1) { 666 if (count($count) > 1) {
667 return false; 667 return false;
668 } 668 }
  669 + return true;
669 } 670 }
670 } 671 }