From 2ca01ea46f7777743eba1ac5ee554bb7ffbaa1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 13 Nov 2020 15:47:45 +0800 Subject: [PATCH] add clear --- wchat/wx/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wchat/wx/Account.php b/wchat/wx/Account.php index 462f3f1..ef219c8 100644 --- a/wchat/wx/Account.php +++ b/wchat/wx/Account.php @@ -17,7 +17,7 @@ class Account extends SmallProgram private $wxaqr = 'https://api.weixin.qq.com/cgi-bin/wxaapp/createwxaqrcode?access_token='; private $getwxacode = 'https://api.weixin.qq.com/wxa/getwxacode?access_token='; - private $publicInfo = 'https://api.weixin.qq.com/cgi-bin/user/info?'; + private $publicInfo = 'https://api.weixin.qq.com/cgi-bin/user/info'; private $getwxacodeunlimit = 'https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token='; private $savePath = __DIR__ . '/../../Users/';