diff --git a/app/Services/WechatPayService.php b/app/Services/WechatPayService.php index e409306..a35f029 100644 --- a/app/Services/WechatPayService.php +++ b/app/Services/WechatPayService.php @@ -34,6 +34,7 @@ class WechatPayService // // 从本地文件中加载「微信支付公钥」,用来验证微信支付应答的签名 $platformPublicKeyFilePath = 'file://' . config("wechatpay.payment.public_key_path"); + Log::info($platformPublicKeyFilePath); $twoPlatformPublicKeyInstance = Rsa::from($platformPublicKeyFilePath, Rsa::KEY_TYPE_PUBLIC); // // 「微信支付公钥」的「微信支付公钥ID」