transfer
This commit is contained in:
parent
ae7cc0f1ab
commit
8e054d0b08
@ -130,7 +130,7 @@ class WechatPayService
|
||||
];
|
||||
Log::info("转账到零钱数据", $data);
|
||||
$instance = $this->newClient();
|
||||
$resp = $instance->chain('v3/transfer/batche')->post([
|
||||
$resp = $instance->chain('v3/transfer/batches')->post([
|
||||
"json" => $data
|
||||
]);
|
||||
$res = json_decode($resp->getBody(), true);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user