From b562f4014650aff6b314e4cfb39b7caa9a63a972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 4 Mar 2021 00:14:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Http/HttpParams.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HttpServer/Http/HttpParams.php b/HttpServer/Http/HttpParams.php index 6bde9c16..6096aa9e 100644 --- a/HttpServer/Http/HttpParams.php +++ b/HttpServer/Http/HttpParams.php @@ -43,6 +43,8 @@ class HttpParams { $this->gets = $get ?? []; $this->files = $files ?? []; + + var_dump($body); if (!is_array($body)) { $this->body = Help::toArray($body); } else {