From ba4ae203b4c36c794afd53e98605e923bb619b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 13 Apr 2020 20:33:31 +0800 Subject: [PATCH] add clear --- wchat/qq/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wchat/qq/Account.php b/wchat/qq/Account.php index 624af4d..6f4ecc5 100644 --- a/wchat/qq/Account.php +++ b/wchat/qq/Account.php @@ -31,7 +31,7 @@ class Account extends SmallProgram $this->request->setHost('api.q.qq.com'); $this->request->setMethod(HttpClient::GET); - $this->request->setIsSSL(true); + $this->request->setIsSSL($this->getConfig()->isUsrSwoole()); $this->request->setUseSwoole($this->config->isUsrSwoole()); return $this->request->get('sns/jscode2session', $param);