From 208cb3f3053270c07d01a1679eecb2717c9cdfe1 Mon Sep 17 00:00:00 2001 From: Lemon <15040771@qq.com> Date: Sat, 12 Sep 2020 14:33:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=AE=B6=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.php b/config/config.php index 68575fa..86de642 100644 --- a/config/config.php +++ b/config/config.php @@ -53,6 +53,6 @@ return [ 'img_host' => env('OSS_IMG_HOST', ''), ], 'lgoin' => [ - 'authkey' => env('LOGIN_AUTHKEY', ''), + 'authkey' => env('STORE_LOGIN_AUTHKEY', ''), ], ];