xiaogang %!s(int64=4) %!d(string=hai) anos
pai
achega
7a48e423b9
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      app/Services/JPushService.php

+ 3 - 3
app/Services/JPushService.php

xqd
@@ -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);//写入文件 常量需要自己在定义
         $ret  = json_decode($ret,true);
         if ($ret['code'] == 8000) {
-            if($ret['exID']!=$exId){
-                throw new Exception("exID 返回与发送不一致");
-            }
+//            if($ret['exID']!=$exId){
+//                throw new Exception("exID 返回与发送不一致");
+//            }
         } else {
             throw new Exception($ret['code'].':'.$ret['content']);
         }