diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index c6ec9c6..5c368d8 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -501,6 +501,9 @@ class HttpClient } else { $client->post($url, $data); } + + var_dump($client); + $client->close(); return $client; }