From 28a2b0b4f8ec70e3682c98a810ea666ac37f2a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 30 Jul 2020 17:17:46 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 39a37fc..ebc1c9f 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -650,7 +650,6 @@ class HttpClient } if ($this->method != self::GET) { - var_dump($data); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); }