From c2f9f8ed6abd17681f2f4e4058cf1a58ae6a9642 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 17 Dec 2019 17:54:52 +0800 Subject: [PATCH] Update Config.php --- app/wechat/controller/Config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/wechat/controller/Config.php b/app/wechat/controller/Config.php index b2b823fdf..a7d1a29c2 100644 --- a/app/wechat/controller/Config.php +++ b/app/wechat/controller/Config.php @@ -49,9 +49,9 @@ class Config extends Controller WechatService::ThinkServiceConfig()->setApiNotifyUri($this->thrNotify); } $this->wechat = WechatService::ThinkServiceConfig()->getConfig(); - } catch (\Exception $e) { - $this->message = $e->getMessage(); + } catch (\Exception $exception) { $this->wechat = []; + $this->message = $exception->getMessage(); } $this->geoip = $this->app->cache->get('mygeoip', ''); if (empty($this->geoip)) {