From f1c06d30e1b586f834772ae899c37d483b9cc10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 24 Aug 2020 11:48:11 +0800 Subject: [PATCH] add clear --- wchat/qq/SecCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wchat/qq/SecCheck.php b/wchat/qq/SecCheck.php index bc3106a..6e91b85 100644 --- a/wchat/qq/SecCheck.php +++ b/wchat/qq/SecCheck.php @@ -31,7 +31,7 @@ class SecCheck extends SmallProgram $this->request->setErrorField('errCode'); $this->request->setErrorMsgField('errMsg'); return $this->request->upload($this->_url . $this->config->getAccessToken(), [ - 'appid' => $this->config->getAppid(), 'media' => new \CURLFile($path) + 'appid' => $this->config->getAppid(), 'media' => $path ]); }