add clear

This commit is contained in:
2020-04-03 17:45:36 +08:00
parent 608a3b8639
commit a4f51ef586
-1
View File
@@ -282,7 +282,6 @@ class HttpClient
[$url, $host] = $this->parseUrlHost($url);
return $this->coroutine($host, $url, $data);
} else {
var_dump($url);
return $this->useCurl($url, $data);
}
}