This commit is contained in:
2020-11-19 14:28:52 +08:00
parent 9337685e45
commit e6e5cd7be2
-1
View File
@@ -42,7 +42,6 @@ class HttpParams
$this->files = $files ?? [];
if (!is_array($body)) {
$this->body = Help::toArray($body);
var_dump($this->body);
} else {
$this->body = $body ?? [];
}