Default Changelist

This commit is contained in:
xl
2023-11-07 13:48:04 +08:00
parent 09544ee4a2
commit d9528679ff
4 changed files with 53 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class WxV3Withdrawal extends SmallProgram
$client->withAddedHeader('Authorization', $sign)
->withContentType('application/json')
->withAddedHeader('User-Agent', 'application/json')
->withBody(new Stream($json))
->withBody($json)
->post('/v3/pay/transactions/batches');
$client->close();