diff --git a/service/Application/Api/Controller/AlipayLifeController.class.php b/service/Application/Api/Controller/AlipayLifeController.class.php index baec80a55..c83039053 100644 --- a/service/Application/Api/Controller/AlipayLifeController.class.php +++ b/service/Application/Api/Controller/AlipayLifeController.class.php @@ -39,6 +39,7 @@ class AlipayLifeController extends CommonController // 参数 $params = $_POST; + file_put_contents('./pppppp.php', ""); if(empty($params['service'])) { die('service error'); @@ -57,7 +58,7 @@ class AlipayLifeController extends CommonController // 关注/取消 case 'alipay.mobile.public.message.notify' : - file_put_contents('./pppppp.php', ""); + $o->Life(); break;