add clear

This commit is contained in:
2020-07-30 17:09:48 +08:00
parent 7e58adf4ff
commit 2e83dbc44f
+1 -1
View File
@@ -126,7 +126,7 @@ abstract class Template extends Miniprogarampage
if (!empty($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->addHeader('Content-Type', 'application/json; charset=utf-8');
$this->request->setErrorField('errcode');