From 512e62a442a96d21bda47fb4f990c9d2b072832b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sat, 30 Jan 2021 19:00:01 +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 c4d3ef4..2316256 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -656,7 +656,6 @@ class HttpClient $ch = curl_init(); $url = $this->createRequestUrl($url, $data); - var_dump($this->_data); curl_setopt($ch, CURLOPT_URL, $url); if ($this->timeout > 0) { curl_setopt($ch, CURLOPT_TIMEOUT, $this->timeout); // 超时设置