From 77d7e58a29fca82087abae7fb85802b84518907f Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Wed, 29 Apr 2026 17:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 2 ++ config/app.php | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 8ec4a9c..d0ce60c 100755 --- a/.env.example +++ b/.env.example @@ -53,3 +53,5 @@ MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" SANCTUM_STATEFUL_DOMAINS=yxbd-fangke.ali251.langye.net,localhost,127.0.0.1,127.0.0.1:8020 CORS_ALLOWED_ORIGINS=https://yxbd-fangke.ali251.langye.net,http://localhost:8020,http://127.0.0.1:8020,http://localhost:8021,http://127.0.0.1:8021 +WECHAT_APPID=wxdaa5d65b0714696d +WECHAT_APPSECRET= diff --git a/config/app.php b/config/app.php index 296bcbe..50fd762 100755 --- a/config/app.php +++ b/config/app.php @@ -4,8 +4,8 @@ use Illuminate\Support\Facades\Facade; return [ - 'wechat_appid' => 'wx35190cc07e73eda1', - 'wechat_appsecret' => 'aa7c4f7f055c2c95fadd52cab04fb800', + 'wechat_appid' => env('WECHAT_APPID', 'wxdaa5d65b0714696d'), + 'wechat_appsecret' => env('WECHAT_APPSECRET', ''), /* |-------------------------------------------------------------------------- | Application Name