From 87a7f01fcb8ffd3e815dd20add0220282c1a382e Mon Sep 17 00:00:00 2001 From: lq Date: Tue, 10 Dec 2024 11:09:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AF=86=E9=92=A5=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config/params-local.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/params-local.php b/common/config/params-local.php index 5319496..bed87c5 100644 --- a/common/config/params-local.php +++ b/common/config/params-local.php @@ -117,7 +117,7 @@ JJvBfLfudYNUjUCyW3gAcOIJ 'signNo' => '562795004029322004', //证书序列号 'password' => '907883', // 证书密码 'rsaPrivateKeyFilePath' => '/www/certs/user-rsa.pfx', //私钥文件路径 - 'publicKeyFilePath' => '/www/certs/EFPS-PublicKey.cer', //公钥 + 'publicKeyFilePath' => '/www/certs/efps.cer', //公钥 'signType' => 'RSA2', 'pay_notify_url' => 'https://app.xiaokang88.com/member/v1/eplpay-callback/notify', 'refund_notify_url' => 'https://app.xiaokang88.com/member/v1/eplpay-callback/refund-notify',