add clear
This commit is contained in:
@@ -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));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user