From 6a61697c0d8dfcad77cd1cb9be308054ade3c21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 13 Apr 2020 20:34:02 +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 6f4ecc5..624af4d 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($this->getConfig()->isUsrSwoole()); + $this->request->setIsSSL(true); $this->request->setUseSwoole($this->config->isUsrSwoole()); return $this->request->get('sns/jscode2session', $param);