From 8b05885f6b03d5f9dc7c0d65d3474f87b43f82b4 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 2 Apr 2018 10:58:34 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E9=85=8D=E7=BD=AE=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/controller/Config.php | 1 - 1 file changed, 1 deletion(-) 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']);