From 315eabca27d8a0fdfef8f6f003db71e7e3d89bb4 Mon Sep 17 00:00:00 2001 From: 王智 <wz@bronet.cn> Date: Sat, 31 Oct 2020 16:10:51 +0800 Subject: [PATCH] 修改 --- application/api/controller/Common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/api/controller/Common.php b/application/api/controller/Common.php index 65277d0..683c9c4 100644 --- a/application/api/controller/Common.php +++ b/application/api/controller/Common.php @@ -508,8 +508,8 @@ class Common extends Api 'payment' => [ 'merchant_id' => '1603658973', 'key' => '8695A8185xyzKcdEVfreewayShenzhen', - 'cert_path' => ' / home / wwwroot / fast / book / addons / epay / certs / apiclient_cert . pem', // XXX: 绝对路径!!!! - 'key_path' => ' / home / wwwroot / fast / book / addons / epay / certs / apiclient_key . pem', // XXX: 绝对路径!!!! + 'cert_path' => '/home/wwwroot/fast/book/addons/epay/certs/apiclient_cert.pem', // XXX: 绝对路径!!!! + 'key_path' => '/home/wwwroot/fast/book/addons/epay/certs/apiclient_key.pem', // XXX: 绝对路径!!!! ], ]; $app = Factory::officialAccount($config); -- libgit2 0.24.0