bianjunhui 2 năm trước cách đây
mục cha
commit
18e5e6efdf
1 tập tin đã thay đổi với 8 bổ sung2 xóa
  1. 8 2
      api/mod/sms.php

+ 8 - 2
api/mod/sms.php

@@ -13,8 +13,14 @@ class ONUService{
     //  wiggins AP 新系统  http://email.alipearl.net/
     public  function westkissDr(){
         $data = $_REQUEST;
-        $this->results($data);
-        echo 'success';
+        if($data['status']){
+            $this->results($data);
+            echo 'success';
+        }else{
+            echo 'error';
+        }
+
+
     }
     public  function results($data){
         $messageid  =$data['messageid'];