add clear

This commit is contained in:
as2252258@163.com
2019-12-12 14:08:05 +08:00
parent 6ae53dc7d4
commit 496d2a95aa
-1
View File
@@ -341,7 +341,6 @@ class HttpClient
*/
private function curl($url, $data = [])
{
echo $url . PHP_EOL;
try {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $this->createRequestUrl($url, $data));