This commit is contained in:
Hankin 2025-08-13 13:55:15 +08:00
parent ae7cc0f1ab
commit 8e054d0b08

View File

@ -130,7 +130,7 @@ class WechatPayService
]; ];
Log::info("转账到零钱数据", $data); Log::info("转账到零钱数据", $data);
$instance = $this->newClient(); $instance = $this->newClient();
$resp = $instance->chain('v3/transfer/batche')->post([ $resp = $instance->chain('v3/transfer/batches')->post([
"json" => $data "json" => $data
]); ]);
$res = json_decode($resp->getBody(), true); $res = json_decode($resp->getBody(), true);