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)) {