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