From d32b6e85ec6a7a123076c645b58ee8dfb5183208 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 16 Mar 2020 19:25: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 6f7f6dd..8fdd4b8 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -393,6 +393,7 @@ class HttpClient */ private function generate_client($host, $url, $data) { + echo $host . ':' . $url . PHP_EOL; $client = new SClient($host, $this->getHostPort(), $this->isSSL); if (!empty($this->agent)) { $this->header['User-Agent'] = $this->agent;