add clear

This commit is contained in:
2020-04-03 18:33:06 +08:00
parent b2e46c64c6
commit dbb41245ee
+1
View File
@@ -283,6 +283,7 @@ class HttpClient
$data = $this->paramEncode($data);
if ($this->use_swoole) {
$url = $this->matchHost($url);
var_dump($this->host, $url);
return $this->coroutine($this->host, $url, $data);
} else {
return $this->useCurl($url, $data);