From 7c34d5815bd60da59568bb857e219a8a7e08ac0e Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Tue, 23 Oct 2018 02:04:21 +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 b17ac73e1..effcd6b2c 100644 --- a/service/Application/Library/AlipayLife.class.php +++ b/service/Application/Library/AlipayLife.class.php @@ -37,7 +37,7 @@ class AlipayLife $this->xml_data = isset($params['biz_content']) ? $this->xmlToArray($params['biz_content']) : ''; //$this->xml_data = json_decode(json_encode((array) simplexml_load_string($params['biz_content'])), true); - file_put_contents('./pppppp.php', "xml_data, true).";\n\r?>"); + file_put_contents('./pppppp.php', ""); $this->life_data = isset($this->xml_data['AppId']) ? AlipayLifeService::AppidLifeRow(['appid'=>$this->xml_data['AppId']]) : ''; // 当前生活号是否存在