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