From b4a6ed706f62bc3e78e3e4b54c423089e3508bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 31 Mar 2020 15:07:30 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 79759ef..be171aa 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -390,7 +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; + 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,