From 557c92a34316d6b7a82d4bf6c41c6ea41e67ec34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 30 Jul 2020 16:49:30 +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 3e59a37..71099dd 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -510,7 +510,7 @@ class HttpClient } else { $this->_data = $this->mergeParams($data); } - + var_dump($this->_data); if (!empty($this->_data)) { $client->setData($this->_data); }