add clear

This commit is contained in:
2020-05-27 15:41:51 +08:00
parent 01f8429110
commit 1ab20dbae4
+2 -2
View File
@@ -54,10 +54,10 @@ class SecCheck extends SmallProgram
$this->request->setIsSSL(true);
$url = '/' . ltrim($this->_msgUrl, '/') . $this->config->getAccessToken();
return $this->request->post($url, json_encode([
return $this->request->post($url, [
'appid' => $this->config->getAppid(),
'content' => $content
], JSON_UNESCAPED_UNICODE));
]);
}