From de74caf3002cf3b8713e2e4bc0d9bcde52d2b95a Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 1 Feb 2018 17:05:12 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=BC=80?= =?UTF-8?q?=E6=94=BE=E5=B9=B3=E5=8F=B0=E6=9C=8D=E5=8A=A1=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WeChat/Open.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeChat/Open.php b/WeChat/Open.php index 31e691e..3a285a3 100644 --- a/WeChat/Open.php +++ b/WeChat/Open.php @@ -174,7 +174,7 @@ class Open extends WeChat * @throws Exceptions\LocalCacheException * @throws InvalidResponseException */ - public function queryAuthorizerInfo() + public function getQueryAuthorizerInfo() { if (empty($_GET['auth_code'])) { return false;