From f746766fc6cdc14ab344ce562b8b4607e308ef8f Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Fri, 10 Jan 2020 19:43:53 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/HttpClient.php b/common/HttpClient.php index a35ebea..dd2d891 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -606,9 +606,13 @@ class HttpClient $parent = $body[$item]; continue; } + + var_dump($parent, $parent[$item]); if (is_string($parent)) { break; } + + if (!isset($parent[$item])) { break; }