This commit is contained in:
2021-03-04 00:21:28 +08:00
parent d6c9291b1a
commit 14d077f89b
-2
View File
@@ -43,8 +43,6 @@ class HttpParams
{
$this->gets = $get ?? [];
$this->files = $files ?? [];
var_dump($body);
if (!is_array($body)) {
$this->body = Help::toArray($body);
} else {