xiaogang 4 年之前
父节点
当前提交
984efd4a7e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/JPushService.php

+ 1 - 1
app/Services/JPushService.php

xqd
@@ -255,7 +255,7 @@ class JPushService
 //                throw new Exception("exID 返回与发送不一致");
 //            }
         } else {
-            throw new Exception("请重试");
+            throw new Exception($ret['code']."请重试");
             throw new Exception($ret['code'].':'.$ret['content']);
         }
         return $ret;