add clear

This commit is contained in:
2020-07-30 16:43:54 +08:00
parent 6539c988e8
commit b6544dbb8e
+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');
$this->request->setErrorField('errcode');