bianjunhui %!s(int64=2) %!d(string=hai) anos
pai
achega
f9291712c3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      api/mod/didsms.php

+ 2 - 2
api/mod/didsms.php

@@ -70,7 +70,7 @@ class ONUService{
     //http://email.alipearl.net/
     public  function wigginsDid(){
         $data = $_REQUEST;
-        if($data['status']){
+        if($data['messageId']){
             $this->results($data);
             echo 'success';
         }else{
@@ -80,7 +80,7 @@ class ONUService{
 
     public  function alipearlDid(){
         $data = $_REQUEST;
-        if($data['status']){
+        if($data['messageId']){
             $this->results($data);
             echo 'success';
         }else{