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