add clear
This commit is contained in:
@@ -27,8 +27,7 @@ class Tag extends AfficialAccount
|
||||
|
||||
$config = $this->config->getAccessToken();
|
||||
|
||||
$this->request->setData(json_encode($params));
|
||||
$result = $this->request->post($this->generate_url . $config);
|
||||
$result = $this->request->post($this->generate_url . $config, $params);
|
||||
$this->request->setErrorField('errcode');
|
||||
$this->request->setErrorMsgField('errmsg');
|
||||
if (!$result->isResultsOK()) {
|
||||
|
||||
Reference in New Issue
Block a user