From ad76b45b451c4e293dd30befd1fd5cab653dd85b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 6 Apr 2021 16:56:01 +0800 Subject: [PATCH] add clear --- wchat/officialaccount/Authorization.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wchat/officialaccount/Authorization.php b/wchat/officialaccount/Authorization.php index 2a1008e..90899df 100644 --- a/wchat/officialaccount/Authorization.php +++ b/wchat/officialaccount/Authorization.php @@ -42,7 +42,7 @@ class Authorization extends AfficialAccount $requestParam['lang'] = 'zh_CN'; $client = HttpClient::NewRequest(); -// $client->setUseSwoole($this->getConfig()->isUsrSwoole()); + $client->setUseSwoole($this->getConfig()->isUsrSwoole()); $result = $client->get($this->snsUserInfo, $requestParam); if ($result->isResultsOK()) { return $result;