From 01c96edb6ceb82dde2cac7fcfab988cf6e2d302f Mon Sep 17 00:00:00 2001 From: devil_gong Date: Mon, 22 Oct 2018 17:45:16 +0800 Subject: [PATCH] shh --- .../Application/Api/Controller/AlipayLifeController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/service/Application/Api/Controller/AlipayLifeController.class.php b/service/Application/Api/Controller/AlipayLifeController.class.php index d7341e18d..fb93380d8 100644 --- a/service/Application/Api/Controller/AlipayLifeController.class.php +++ b/service/Application/Api/Controller/AlipayLifeController.class.php @@ -37,8 +37,9 @@ class AlipayLifeController extends CommonController file_put_contents('./gggggg.txt', json_encode($_GET)); file_put_contents('./pppppp.txt', json_encode($_POST)); + // 参数 - $params = json_decode($_POST, true); + $params = $_POST; if(empty($params['service'])) { die('service error');