From ed87844b7d0876c6afa623799f7f1984b548672d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sat, 30 Jan 2021 18:59:21 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 4c82ead..c4d3ef4 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -656,7 +656,7 @@ class HttpClient $ch = curl_init(); $url = $this->createRequestUrl($url, $data); - var_dump($url); + var_dump($this->_data); curl_setopt($ch, CURLOPT_URL, $url); if ($this->timeout > 0) { curl_setopt($ch, CURLOPT_TIMEOUT, $this->timeout); // 超时设置