From df40f74560bf30093a007a161f26ada0f4d51093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 30 Jul 2020 16:58:05 +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); }