add clear
This commit is contained in:
@@ -606,9 +606,13 @@ class HttpClient
|
|||||||
$parent = $body[$item];
|
$parent = $body[$item];
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var_dump($parent, $parent[$item]);
|
||||||
if (is_string($parent)) {
|
if (is_string($parent)) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (!isset($parent[$item])) {
|
if (!isset($parent[$item])) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user