add clear

This commit is contained in:
as2252258@163.com
2020-03-17 13:01:26 +08:00
parent f7128047f4
commit a7bce22f0c
+2 -1
View File
@@ -88,7 +88,8 @@ class Tag extends AfficialAccount
$this->request->setErrorField('errcode');
$this->request->setErrorMsgField('errmsg');
return $this->request->post($this->user_batch_add_tag . $config, $url);
$this->request->setData(json_encode($url));
return $this->request->post($this->user_batch_add_tag . $config);
}