From ecc098afe5266f4f3bd863a033569b4756165cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 11 Jan 2021 18:42:06 +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/Client/Result.php | 1 + 1 file changed, 1 insertion(+) diff --git a/HttpServer/Client/Result.php b/HttpServer/Client/Result.php index 1456c0b0..bd763637 100644 --- a/HttpServer/Client/Result.php +++ b/HttpServer/Client/Result.php @@ -85,6 +85,7 @@ class Result if (!is_array($this->header)) { return $_tmp; } + var_dump($this->header); foreach ($this->header as $key => $val) { if ($key == 0) { $_tmp['pro'] = $val;