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