From c3d95eed7d3cc377770313376cb016b8113716eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 10 Sep 2021 14:21:47 +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 --- http-message/Parse.php | 1 + 1 file changed, 1 insertion(+) diff --git a/http-message/Parse.php b/http-message/Parse.php index dc52cd12..6ed03778 100644 --- a/http-message/Parse.php +++ b/http-message/Parse.php @@ -29,6 +29,7 @@ class Parse if (str_contains($contentType, 'serialize')) { return unserialize($content); } + var_dump($content); return json_encode($content, true); }