修改内容检查
This commit is contained in:
邹景立 2021-09-26 10:03:44 +08:00
parent f8bac656d5
commit 58478f9baa

View File

@ -65,6 +65,6 @@ class Security extends BasicWeChat
{
$url = 'https://api.weixin.qq.com/wxa/msg_sec_check?access_token=ACCESS_TOKEN';
$this->registerApi($url, __FUNCTION__, func_get_args());
return $this->callPostApi($url, ['content' => $content], true);
return $this->callPostApi($url, ['content' => $content], false);
}
}