add clear
This commit is contained in:
@@ -54,10 +54,10 @@ class SecCheck extends SmallProgram
|
|||||||
$this->request->setIsSSL(true);
|
$this->request->setIsSSL(true);
|
||||||
|
|
||||||
$url = '/' . ltrim($this->_msgUrl, '/') . $this->config->getAccessToken();
|
$url = '/' . ltrim($this->_msgUrl, '/') . $this->config->getAccessToken();
|
||||||
return $this->request->post($url, json_encode([
|
return $this->request->post($url, [
|
||||||
'appid' => $this->config->getAppid(),
|
'appid' => $this->config->getAppid(),
|
||||||
'content' => $content
|
'content' => $content
|
||||||
], JSON_UNESCAPED_UNICODE));
|
]);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user