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