From dd7749093493ea2bf9461ba1398f49f93d1901a5 Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Tue, 23 Oct 2018 01:26:30 +0800 Subject: [PATCH] debug --- .../Api/Controller/AlipayLifeController.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/service/Application/Api/Controller/AlipayLifeController.class.php b/service/Application/Api/Controller/AlipayLifeController.class.php index 0caa0977d..b2e1052e3 100644 --- a/service/Application/Api/Controller/AlipayLifeController.class.php +++ b/service/Application/Api/Controller/AlipayLifeController.class.php @@ -34,18 +34,18 @@ class AlipayLifeController extends CommonController */ public function Index() { - // file_put_contents('./gggggg.txt', json_encode($_GET)); - // file_put_contents('./pppppp.txt', json_encode($_POST)); + file_put_contents('./gggggg.php', ""); + file_put_contents('./pppppp.php', ""); // file_put_contents('./ffffff.txt', urldecode(file_get_contents("php://input"))); // 参数 $params = $_POST; - file_put_contents('./pppppp.txt', json_encode($_POST)); + //file_put_contents('./pppppp.txt', json_encode($_POST)); if(empty($params)) { $input = file_get_contents("php://input"); - file_put_contents('./pppppp.txt', file_get_contents("php://input")); + //file_put_contents('./pppppp.txt', file_get_contents("php://input")); if(!empty($input)) {