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;