From b8a6ec0e85d9b9afc4f2836fe314e3445b7e8d41 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Mon, 27 May 2019 10:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E7=BD=91=E9=A1=B5=E6=8E=88?= =?UTF-8?q?=E6=9D=83=E6=94=AF=E4=BB=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/plugins/weixinwebauthorization/index/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/plugins/weixinwebauthorization/index/Auth.php b/application/plugins/weixinwebauthorization/index/Auth.php index 806a58ef5..e0ea44fab 100644 --- a/application/plugins/weixinwebauthorization/index/Auth.php +++ b/application/plugins/weixinwebauthorization/index/Auth.php @@ -45,7 +45,7 @@ class Auth extends Controller */ public function Index($params = []) { - $ret = AuthService::Auth($params]); + $ret = AuthService::Auth($params); if($ret['code'] == 0) { return redirect($ret['data']); -- GitLab