mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-01 11:29:59 +08:00
debug
This commit is contained in:
parent
9e2f84b675
commit
187f50fb9e
@ -56,7 +56,7 @@ class AlipayLife
|
|||||||
libxml_disable_entity_loader(true);
|
libxml_disable_entity_loader(true);
|
||||||
$xml_string = simplexml_load_string($xml,'SimpleXMLElement', LIBXML_NOCDATA);
|
$xml_string = simplexml_load_string($xml,'SimpleXMLElement', LIBXML_NOCDATA);
|
||||||
}
|
}
|
||||||
$result = json_decode(json_encode($xml_string),true);
|
//$result = json_decode(json_encode($xml_string),true);
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user