From 0b10b3568afd4b5a584e83f0a922867c0a853670 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Tue, 7 Jan 2020 13:00:29 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/HttpClient.php b/common/HttpClient.php index 8775d00..94dc479 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -416,7 +416,7 @@ class HttpClient } else { $client->post($url, $data); } - var_dump($url, $host, $this->port, $data); + var_dump($url, $host, $this->isSSL, $this->getHostPort(), $data); return $client; }