From b896ca4143ef21fa7eb9e603ad925deb688751be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 27 May 2020 15:49:19 +0800 Subject: [PATCH] add clear --- wchat/qq/SecCheck.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wchat/qq/SecCheck.php b/wchat/qq/SecCheck.php index 499651a..d21549e 100644 --- a/wchat/qq/SecCheck.php +++ b/wchat/qq/SecCheck.php @@ -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