add clear
This commit is contained in:
@@ -32,6 +32,8 @@ class Account extends SmallProgram
|
||||
$this->request->setHost('api.q.qq.com');
|
||||
$this->request->setMethod(HttpClient::GET);
|
||||
$this->request->addHeader('Content-Type', 'text/xml');
|
||||
|
||||
var_dump($this->config);
|
||||
$this->request->setUseSwoole($this->config->isUsrSwoole());
|
||||
|
||||
return $this->request->get('sns/jscode2session', $param);
|
||||
|
||||
Reference in New Issue
Block a user