add clear

This commit is contained in:
2020-04-03 17:34:37 +08:00
parent 2a1bf128b1
commit 92453ca02c
+1 -1
View File
@@ -348,7 +348,7 @@ class HttpClient
} }
$url = '/' . implode('/', $explode); $url = '/' . implode('/', $explode);
var_dump($first, $url); var_dump($first, $url, $explode);
return [$first, $url]; return [$first, $url];
} }