修改登录

This commit is contained in:
2023-05-13 18:06:58 +08:00
parent 847e6009cb
commit a4203c9807
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ class WechatPay
"openid" => $openid // 下单用户的 openid
]
];
dump($options);
try {
$response = $app->getClient()->postJson("v3/pay/transactions/jsapi", $options);
if ($response->isFailed()) {