diff --git a/app/Services/WechatPayService.php b/app/Services/WechatPayService.php index 4c62a58..ee77039 100644 --- a/app/Services/WechatPayService.php +++ b/app/Services/WechatPayService.php @@ -27,9 +27,7 @@ class WechatPayService // 从本地文件中加载「微信支付平台证书」,可由内置CLI工具下载到,用来验证微信支付应答的签名 $platformCertificateFilePath = 'file://' . config("wechatpay.payment.platform_cert_path"); - Log::info($platformCertificateFilePath); $onePlatformPublicKeyInstance = Rsa::from($platformCertificateFilePath, Rsa::KEY_TYPE_PUBLIC); - Log::info($onePlatformPublicKeyInstance); // 「微信支付平台证书」的「平台证书序列号」 // 可以从「微信支付平台证书」文件解析,也可以在 商户平台 -> 账户中心 -> API安全 查询到