From 58478f9baa68aca9bcf71e1a8bf17eae1d91ddf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sun, 26 Sep 2021 10:03:44 +0800 Subject: [PATCH] #63 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改内容检查 --- WeMini/Security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeMini/Security.php b/WeMini/Security.php index f9527b4..22c35ec 100644 --- a/WeMini/Security.php +++ b/WeMini/Security.php @@ -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); } } \ No newline at end of file