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