From 21303e53635ba3db5184e48ebe7da459d6ef4980 Mon Sep 17 00:00:00 2001 From: xl Date: Tue, 14 Nov 2023 09:31:14 +0800 Subject: [PATCH] eee --- wx/V3/TransferBatches.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx/V3/TransferBatches.php b/wx/V3/TransferBatches.php index 279c3b3..e9bf744 100644 --- a/wx/V3/TransferBatches.php +++ b/wx/V3/TransferBatches.php @@ -19,7 +19,7 @@ class TransferBatches extends SmallProgram * @throws Exception */ #[ArrayShape([])] - public function request(TransferDetail $detail): array + public function transfer(TransferDetail $detail): array { $payConfig = $this->getPayConfig(); $body = [];