add clear

This commit is contained in:
2020-07-30 16:46:45 +08:00
parent f218e12de3
commit 2969eac00e
+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');