From 62e57b99a04e39fe6cca1cb00893764199855a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 18 Feb 2025 11:53:54 +0800 Subject: [PATCH] eee --- wx/V3/TransferBatches.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wx/V3/TransferBatches.php b/wx/V3/TransferBatches.php index 0c51f5a..3d28265 100644 --- a/wx/V3/TransferBatches.php +++ b/wx/V3/TransferBatches.php @@ -36,10 +36,10 @@ class TransferBatches extends SmallProgram $body["transfer_scene_report_infos"] = $transfer_scene_report_infos; $body["transfer_detail_list"] = [$detail->toArray()]; - $sign = $this->signature('POST' ,'/v3/transfer/batches' ,$json = json_encode($body ,JSON_UNESCAPED_UNICODE)); + $sign = $this->signature('POST' ,'/v3/fund-app/mch-transfer/transfer-bills' ,$json = json_encode($body ,JSON_UNESCAPED_UNICODE)); $client = $this->createClient($sign ,$json); - $client->post('/v3/transfer/batches'); + $client->post('/v3/fund-app/mch-transfer/transfer-bills'); $client->close(); $data = json_decode($client->getBody() ,TRUE); @@ -49,4 +49,4 @@ class TransferBatches extends SmallProgram return $data; } } -} \ No newline at end of file +}