diff --git a/service/Application/Api/Controller/AlipayLifeController.class.php b/service/Application/Api/Controller/AlipayLifeController.class.php index 65cfa443e..fd72e597f 100644 --- a/service/Application/Api/Controller/AlipayLifeController.class.php +++ b/service/Application/Api/Controller/AlipayLifeController.class.php @@ -44,8 +44,6 @@ class AlipayLifeController extends CommonController die('service error'); } - file_put_contents('./pppppp.php', ""); - // 类库 $o = new \Library\AlipayLife($params); @@ -59,7 +57,7 @@ class AlipayLifeController extends CommonController // 关注/取消 case 'alipay.mobile.public.message.notify' : - + file_put_contents('./pppppp.php', ""); $o->Life(); break;