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