From 24d865c60ddb852706b84072227258e083b32bb6 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sat, 23 Oct 2021 18:02:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98=E8=AF=81?= =?UTF-8?q?=E4=B9=A6=E7=BC=93=E5=AD=98=E7=9B=AE=E5=BD=95=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/payment/Weixin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extend/payment/Weixin.php b/extend/payment/Weixin.php index ad1f0987e..69389ca4b 100755 --- a/extend/payment/Weixin.php +++ b/extend/payment/Weixin.php @@ -759,8 +759,8 @@ class Weixin private function GetApiclientFile() { // 证书位置 - $apiclient_cert_file = ROOT.'runtime'.DS.'data'.DS.'payment_weixin_pay_apiclient_cert.pem'; - $apiclient_key_file = ROOT.'runtime'.DS.'data'.DS.'payment_weixin_pay_apiclient_key.pem'; + $apiclient_cert_file = ROOT.'runtime'.DS.'cache'.DS.'payment_weixin_pay_apiclient_cert.pem'; + $apiclient_key_file = ROOT.'runtime'.DS.'cache'.DS.'payment_weixin_pay_apiclient_key.pem'; // 证书处理 if(stripos($this->config['apiclient_cert'], '-----') === false) -- GitLab