This commit is contained in:
2023-03-07 18:23:24 +08:00
parent 866387c698
commit 8f75c25de6
2 changed files with 32 additions and 31 deletions
+1
View File
@@ -119,6 +119,7 @@ class WechatPay
]
];
dump($options);
try {
$response = $app->getClient()->postJson("v3/pay/transactions/jsapi", $options);
if ($response->isFailed()) {