diff --git a/service/Application/Api/Controller/AlipayLifeController.class.php b/service/Application/Api/Controller/AlipayLifeController.class.php index b2e1052e3..3525ab94b 100644 --- a/service/Application/Api/Controller/AlipayLifeController.class.php +++ b/service/Application/Api/Controller/AlipayLifeController.class.php @@ -34,25 +34,15 @@ class AlipayLifeController extends CommonController */ public function Index() { + /** 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)); - if(empty($params)) - { - $input = file_get_contents("php://input"); - //file_put_contents('./pppppp.txt', file_get_contents("php://input")); - - if(!empty($input)) - { - $params = iconv("GBK", "UTF-8", urldecode($input)); - } - } - if(empty($params['service'])) { die('service error');