add clear

This commit is contained in:
as2252258@163.com
2020-01-07 12:59:38 +08:00
parent 2a2b163188
commit 4be259587c
+1
View File
@@ -416,6 +416,7 @@ class HttpClient
} else { } else {
$client->post($url, $data); $client->post($url, $data);
} }
var_dump($url, $host, $this->port, $data);
return $client; return $client;
} }