diff --git a/service/Application/Api/Controller/AlipayLifeController.class.php b/service/Application/Api/Controller/AlipayLifeController.class.php index 661cb41f2..65cfa443e 100644 --- a/service/Application/Api/Controller/AlipayLifeController.class.php +++ b/service/Application/Api/Controller/AlipayLifeController.class.php @@ -39,12 +39,13 @@ class AlipayLifeController extends CommonController // 参数 $params = $_POST; - file_put_contents('./pppppp.php', ""); if(empty($params['service'])) { die('service error'); } + file_put_contents('./pppppp.php', ""); + // 类库 $o = new \Library\AlipayLife($params);