This commit is contained in:
xl
2023-11-14 09:31:14 +08:00
parent a0fc4d5a30
commit 21303e5363
+1 -1
View File
@@ -19,7 +19,7 @@ class TransferBatches extends SmallProgram
* @throws Exception * @throws Exception
*/ */
#[ArrayShape([])] #[ArrayShape([])]
public function request(TransferDetail $detail): array public function transfer(TransferDetail $detail): array
{ {
$payConfig = $this->getPayConfig(); $payConfig = $this->getPayConfig();
$body = []; $body = [];