add clear
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user