xiaogang 4 gadi atpakaļ
vecāks
revīzija
7a48e423b9
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      app/Services/JPushService.php

+ 3 - 3
app/Services/JPushService.php

@@ -251,9 +251,9 @@ class JPushService
         // file_put_contents(PATH_USER_JG_LOGIN_LOG.date('Y-m-d').'.log', date('Y-m-d H:i:s').$ret.PHP_EOL,FILE_APPEND);//写入文件 常量需要自己在定义
         // file_put_contents(PATH_USER_JG_LOGIN_LOG.date('Y-m-d').'.log', date('Y-m-d H:i:s').$ret.PHP_EOL,FILE_APPEND);//写入文件 常量需要自己在定义
         $ret  = json_decode($ret,true);
         $ret  = json_decode($ret,true);
         if ($ret['code'] == 8000) {
         if ($ret['code'] == 8000) {
-            if($ret['exID']!=$exId){
-                throw new Exception("exID 返回与发送不一致");
-            }
+//            if($ret['exID']!=$exId){
+//                throw new Exception("exID 返回与发送不一致");
+//            }
         } else {
         } else {
             throw new Exception($ret['code'].':'.$ret['content']);
             throw new Exception($ret['code'].':'.$ret['content']);
         }
         }