This commit is contained in:
2020-11-19 10:28:10 +08:00
parent edaff367a7
commit c3c657cd42
-1
View File
@@ -53,7 +53,6 @@ class Help
{ {
$_xml = json_decode($xml, true); $_xml = json_decode($xml, true);
if (is_null($_xml)) { if (is_null($_xml)) {
var_dump($xml, $_xml);
return []; return [];
} }
return $_xml; return $_xml;