Default Changelist

This commit is contained in:
xl
2023-11-07 16:33:09 +08:00
parent cf03ebd6dc
commit 389f5261c7
+1 -1
View File
@@ -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", "*/*");