From 753e981b4466f0c8b5e1e60573b7e82198ad1472 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 19 Mar 2018 15:51:07 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E5=A2=9E=E5=8A=A0=E5=8F=88?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E7=BD=91=E9=A1=B5=E6=8E=88=E6=9D=83=E5=85=BC?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/controller/Wechat.php | 51 ------------------------- 1 file changed, 51 deletions(-) delete mode 100644 application/index/controller/Wechat.php diff --git a/application/index/controller/Wechat.php b/application/index/controller/Wechat.php deleted file mode 100644 index 24d42fe81..000000000 --- a/application/index/controller/Wechat.php +++ /dev/null @@ -1,51 +0,0 @@ -fetch('wechat@api/tools/oauth', ['fans' => $fans]); - } - - /** - * 网页JSSDK测试 - * @return mixed - * @throws \WeChat\Exceptions\InvalidResponseException - * @throws \WeChat\Exceptions\LocalCacheException - * @throws \think\Exception - * @throws \think\exception\PDOException - */ - public function jssdk() - { - return $this->fetch('wechat@api/tools/jssdk', ['options' => WechatService::webJsSDK()]); - } -} \ No newline at end of file