From 389f5261c746c6e20418353b863b86548997abaa Mon Sep 17 00:00:00 2001 From: xl Date: Tue, 7 Nov 2023 16:33:09 +0800 Subject: [PATCH] Default Changelist --- wchat/wx/V3/TransferBatches.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wchat/wx/V3/TransferBatches.php b/wchat/wx/V3/TransferBatches.php index fc446b8..7c65817 100644 --- a/wchat/wx/V3/TransferBatches.php +++ b/wchat/wx/V3/TransferBatches.php @@ -33,7 +33,7 @@ class TransferBatches extends SmallProgram $sign = $this->signature('POST', '/v3/transfer/batches', $json = json_encode($body, JSON_UNESCAPED_UNICODE)); - $client = new CurlClient('api.mch.weixin.qq.com', 443, TRUE); + $client = new Client('api.mch.weixin.qq.com', 443, TRUE); $client->withAddedHeader('Authorization', $sign)->withContentType('application/json') ->withAgent('application/json')->withBody($json)->withAddedHeader("Accept", "*/*");