From eef078bd98759e6d19a30e3e2cc71e713ec66dd9 Mon Sep 17 00:00:00 2001 From: Hankin Date: Tue, 12 Aug 2025 17:42:41 +0800 Subject: [PATCH] test --- app/Services/WechatPayService.php | 1 + 1 file changed, 1 insertion(+) 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」