add clear
This commit is contained in:
@@ -30,6 +30,7 @@ class Account extends SmallProgram
|
||||
}
|
||||
|
||||
$this->request->setHost('api.q.qq.com');
|
||||
$this->request->addHeader('Host', 'api.q.qq.com');
|
||||
$this->request->setMethod(HttpClient::GET);
|
||||
$this->request->setIsSSL(true);
|
||||
$this->request->setUseSwoole($this->config->isUsrSwoole());
|
||||
|
||||
Reference in New Issue
Block a user