From 5b466098637b1f6cc37f854f4efe29fecb795ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 30 Apr 2020 18:10:26 +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 c88fbd3..723bbd7 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -460,6 +460,7 @@ class HttpClient */ private function coroutine($url, $data = []) { + var_dump($this->host, $url); $client = $this->generate_client($this->host, $url, $data); if ($client->statusCode < 0) { throw new \Exception($client->errMsg);