add clear
This commit is contained in:
@@ -32,7 +32,7 @@ class Tag extends AfficialAccount
|
|||||||
$this->request->setErrorField('errcode');
|
$this->request->setErrorField('errcode');
|
||||||
$this->request->setErrorMsgField('errmsg');
|
$this->request->setErrorMsgField('errmsg');
|
||||||
|
|
||||||
$this->request->setData(json_encode($params));
|
$this->request->setData(json_encode($params, JSON_UNESCAPED_UNICODE));
|
||||||
return $this->request->post($this->generate_url . $config);
|
return $this->request->post($this->generate_url . $config);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -88,7 +88,7 @@ class Tag extends AfficialAccount
|
|||||||
|
|
||||||
$this->request->setErrorField('errcode');
|
$this->request->setErrorField('errcode');
|
||||||
$this->request->setErrorMsgField('errmsg');
|
$this->request->setErrorMsgField('errmsg');
|
||||||
$this->request->setData(json_encode($url));
|
$this->request->setData(json_encode($url, JSON_UNESCAPED_UNICODE));
|
||||||
return $this->request->post($this->user_batch_add_tag . $config);
|
return $this->request->post($this->user_batch_add_tag . $config);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user