|
@@ -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());
|