From 74847b2a2d6039f2b6f926a7ee1c9e4b1b6d136a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 6 Apr 2021 15:27:10 +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 a32d4c7..d086e92 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -403,6 +403,7 @@ class HttpClient if (!empty($this->port)) { $this->host .= ':' . $this->port; } + var_dump('https://' . $this->host . '/' . $url); if ($this->isSSL) { return $this->curl('https://' . $this->host . '/' . $url, $data); } else {