add clear

This commit is contained in:
2020-04-03 17:54:13 +08:00
parent 2d08ed945a
commit db6d6a0611
+2 -2
View File
@@ -54,10 +54,10 @@ class SecCheck extends SmallProgram
$this->request->setIsSSL(true);
$url = $this->_msgUrl . $this->config->getAccessToken();
return $this->request->post($url, [
return $this->request->post($url, json_encode([
'appid' => $this->config->getAppid(),
'content' => $content
]);
], JSON_UNESCAPED_UNICODE));
}