Update Config.php

This commit is contained in:
Anyon 2019-12-17 17:54:52 +08:00
parent 9d897997bb
commit c2f9f8ed6a

View File

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