add clear

This commit is contained in:
2020-04-03 17:53:17 +08:00
parent 04a86e3e17
commit 2d08ed945a
2 changed files with 7 additions and 4 deletions
-1
View File
@@ -349,7 +349,6 @@ class HttpClient
$this->isSSL = false;
}
}
var_dump($first);
$url = '/' . implode('/', $explode);
return [$first, $url];
}