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