add clear

This commit is contained in:
as2252258@163.com
2020-03-16 18:55:29 +08:00
parent d7189c3db8
commit e572352208
+1 -2
View File
@@ -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()) {