add clear
This commit is contained in:
@@ -126,7 +126,7 @@ abstract class Template extends Miniprogarampage
|
|||||||
if (!empty($this->emphasis_keyword)) {
|
if (!empty($this->emphasis_keyword)) {
|
||||||
$params['emphasis_keyword'] = $this->emphasis_keyword;
|
$params['emphasis_keyword'] = $this->emphasis_keyword;
|
||||||
}
|
}
|
||||||
$params = json_encode($params, JSON_UNESCAPED_UNICODE);
|
// $params = json_encode($params, JSON_UNESCAPED_UNICODE);
|
||||||
$this->request->setIsSSL(true);
|
$this->request->setIsSSL(true);
|
||||||
$this->request->addHeader('Content-Type', 'application/json');
|
$this->request->addHeader('Content-Type', 'application/json');
|
||||||
$this->request->setErrorField('errcode');
|
$this->request->setErrorField('errcode');
|
||||||
|
|||||||
Reference in New Issue
Block a user