From f009c8d1f608c92f553c709b70170d637f7fe24a Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 4 Dec 2021 17:21:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BE=AE=E4=BF=A1=E6=8F=90?= =?UTF-8?q?=E7=8E=B0=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/data/command/UserTransfer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/data/command/UserTransfer.php b/app/data/command/UserTransfer.php index 1eeb41792..4e29eeb29 100644 --- a/app/data/command/UserTransfer.php +++ b/app/data/command/UserTransfer.php @@ -133,8 +133,8 @@ class UserTransfer extends Command 'openid' => $result[1], 'mch_id' => $data['wechat_mch_id'], 'mch_key' => $data['wechat_mch_key'], - 'ssl_key' => $local->path($file1), - 'ssl_cer' => $local->path($file2), + 'ssl_key' => $local->path($file1, true), + 'ssl_cer' => $local->path($file2, true), 'cache_path' => $this->app->getRootPath() . 'runtime' . DIRECTORY_SEPARATOR . 'wechat', ]; }