From ee52db61b60aa0d4cdecb94d79063f93f06c50f5 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Mon, 22 Oct 2018 18:15:23 +0800 Subject: [PATCH] shh --- .../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 9095dc0fa..dff6266fa 100644 --- a/service/Application/Api/Controller/AlipayLifeController.class.php +++ b/service/Application/Api/Controller/AlipayLifeController.class.php @@ -36,7 +36,7 @@ class AlipayLifeController extends CommonController { file_put_contents('./gggggg.txt', json_encode($_GET)); file_put_contents('./pppppp.txt', json_encode($_POST)); - file_put_contents('./ffffff.txt', json_encode(file_get_contents("php://input"))); + file_put_contents('./ffffff.txt', file_get_contents("php://input"));