From 4d670018f217ac0b56b0c07aeade34692f1cd603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 10 Sep 2021 13:58:29 +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 8f98b6f6..32c7961c 100644 --- a/http-message/Parse.php +++ b/http-message/Parse.php @@ -18,6 +18,7 @@ class Parse if (str_contains($contentType, 'json')) { return json_encode($content); } + var_dump($contentType); if (str_contains($contentType, 'xml')) { return Xml::toArray($content); }