From 64b5a00d4d953dedddc9756c02726508cf6ecc95 Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Tue, 23 Oct 2018 01:17:59 +0800 Subject: [PATCH] debug --- .../Application/Api/Controller/AlipayLifeController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/Application/Api/Controller/AlipayLifeController.class.php b/service/Application/Api/Controller/AlipayLifeController.class.php index 93ece04b3..36e60b58e 100644 --- a/service/Application/Api/Controller/AlipayLifeController.class.php +++ b/service/Application/Api/Controller/AlipayLifeController.class.php @@ -49,7 +49,7 @@ class AlipayLifeController extends CommonController $params = iconv("GBK", "UTF-8", urldecode($input)); } } - file_put_contents('./pppppp.txt', json_encode($params)); + file_put_contents('./pppppp.txt', json_encode($input)); if(empty($params['service'])) { die('service error');