add clear
This commit is contained in:
@@ -50,6 +50,8 @@ class Account extends SmallProgram
|
||||
|
||||
$this->request->setMethod(HttpClient::GET);
|
||||
$this->request->addHeader('Content-Type', 'application/json');
|
||||
$this->request->setHost('api.weixin.qq.com');
|
||||
$this->request->addHeader('Host', 'api.weixin.qq.com');
|
||||
$this->request->setErrorField('errcode');
|
||||
$this->request->setErrorMsgField('errmsg');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user