add clear

This commit is contained in:
as2252258@163.com
2020-03-16 19:40:10 +08:00
parent 9d5b7b5101
commit f7128047f4
+2 -1
View File
@@ -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);
}
/**