改名
This commit is contained in:
@@ -42,7 +42,7 @@ class HttpParams
|
|||||||
$this->gets = $get ?? [];
|
$this->gets = $get ?? [];
|
||||||
$this->files = $files ?? [];
|
$this->files = $files ?? [];
|
||||||
if (!is_array($body)) {
|
if (!is_array($body)) {
|
||||||
$this->body = Help::toArray($this->body);
|
$this->body = Help::toArray($body);
|
||||||
} else {
|
} else {
|
||||||
$this->body = $body;
|
$this->body = $body;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user