diff --git a/application/wechat/controller/Config.php b/application/wechat/controller/Config.php index d5bca61dc..f5be6cb84 100644 --- a/application/wechat/controller/Config.php +++ b/application/wechat/controller/Config.php @@ -51,7 +51,6 @@ class Config extends BasicAdmin 'appkey' => $this->request->get('appkey', sysconf('wechat_thr_appkey')), 'authurl' => config('wechat.service_url') . "/wechat/api.push/auth/{$code}.html", ]; - // 第三方平台配置 $wechat = WechatService::config(); if ($this->request->get('appid', false)) { sysconf('wechat_thr_appid', $data['appid']);