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)) {