From e1223f38cdef291be0f6f2ec3b8a0d8a003e1031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 10 Sep 2021 14:00:38 +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 bcfde118..7353f287 100644 --- a/http-message/Parse.php +++ b/http-message/Parse.php @@ -15,6 +15,7 @@ class Parse */ public static function data($content, $contentType): mixed { + var_dump($contentType, $content); if (str_contains($contentType, 'json')) { return json_encode($content,true); }