add clear
This commit is contained in:
@@ -282,6 +282,7 @@ class HttpClient
|
|||||||
[$url, $host] = $this->parseUrlHost($url);
|
[$url, $host] = $this->parseUrlHost($url);
|
||||||
return $this->coroutine($host, $url, $data);
|
return $this->coroutine($host, $url, $data);
|
||||||
} else {
|
} else {
|
||||||
|
var_dump($url);
|
||||||
return $this->useCurl($url, $data);
|
return $this->useCurl($url, $data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user