From 187f50fb9ebb65952cc8ca2f5c174dc46828dcb2 Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Tue, 23 Oct 2018 01:53:11 +0800 Subject: [PATCH] debug --- service/Application/Library/AlipayLife.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/Application/Library/AlipayLife.class.php b/service/Application/Library/AlipayLife.class.php index 2b7c9007b..f796ca1a7 100644 --- a/service/Application/Library/AlipayLife.class.php +++ b/service/Application/Library/AlipayLife.class.php @@ -56,7 +56,7 @@ class AlipayLife libxml_disable_entity_loader(true); $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; }