From 455e0f9bcb9900f5db8f8ca244b56d5667482a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 27 May 2020 15:52:29 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 697b2ea..8ce9981 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -441,6 +441,7 @@ class HttpClient { try { $client = $this->generate_client($this->host, $url, $data); + var_dump($client); if ($client->statusCode < 0) { throw new Exception($client->errMsg); }