From bc4c0bb50cdf2114856f3e39a91ef2e8540bcd99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 14 Apr 2017 16:56:30 +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=E6=94=AF=E4=BB=98demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/controller/Wap.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/index/controller/Wap.php b/application/index/controller/Wap.php index 583f53087..708517c32 100644 --- a/application/index/controller/Wap.php +++ b/application/index/controller/Wap.php @@ -19,9 +19,10 @@ use service\PayService; class Wap extends BasicWechat { - protected $check_auth = true; + protected $check_auth = false; public function index() { + $this->oAuth(); dump($this->fansinfo); }