From 156ef4db41d92e2e91148881f8e30e9c9ba06da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 31 Mar 2020 15:06:46 +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 4c31087..79759ef 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -390,6 +390,7 @@ class HttpClient private function generate_client($host, $url, $data) { $client = new SClient($host, $this->getHostPort(), $this->isSSL); + echo $host . ':' . $this->getHostPort() . '/' . $url . PHP_EOL; if (!empty($this->ssl_cert_file) && !empty($this->ssl_key_file)) { $client->set([ 'ssl_cert_file' => $this->ssl_cert_file,