From 1ab20dbae466de5e1d26da0e0929e72669f8e033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 27 May 2020 15:41:51 +0800 Subject: [PATCH] add clear --- wchat/qq/SecCheck.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wchat/qq/SecCheck.php b/wchat/qq/SecCheck.php index 0c6c695..499651a 100644 --- a/wchat/qq/SecCheck.php +++ b/wchat/qq/SecCheck.php @@ -54,10 +54,10 @@ class SecCheck extends SmallProgram $this->request->setIsSSL(true); $url = '/' . ltrim($this->_msgUrl, '/') . $this->config->getAccessToken(); - return $this->request->post($url, json_encode([ + return $this->request->post($url, [ 'appid' => $this->config->getAppid(), 'content' => $content - ], JSON_UNESCAPED_UNICODE)); + ]); }