add clear

This commit is contained in:
2020-04-13 20:33:31 +08:00
parent 1050b7f6bb
commit ba4ae203b4
+1 -1
View File
@@ -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);