xieruidong 2 years ago
parent
commit
599c8ff15c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      application/service/WechatTransferSvc.php

+ 2 - 1
application/service/WechatTransferSvc.php

@@ -67,7 +67,8 @@ class WechatTransferSvc
                 'Accept'=>'application/json',
                 'Authorization'=>$this->token($url,$body),
                 'Wechatpay-Serial'=>$this->serial_no
-            ]
+            ],
+            'http_errors'=>false,
         ]);
         if($res->getStatusCode()!==200){
             throw new \Exception($res->getBody()->getContents());