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"));