add clear
This commit is contained in:
@@ -32,7 +32,8 @@ class Tag extends AfficialAccount
|
||||
$this->request->setErrorField('errcode');
|
||||
$this->request->setErrorMsgField('errmsg');
|
||||
|
||||
return $this->request->post($this->generate_url . $config, $params);
|
||||
$this->request->setData(json_encode($params));
|
||||
return $this->request->post($this->generate_url . $config);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user