diff --git a/service/Application/Api/Controller/AlipayLifeController.class.php b/service/Application/Api/Controller/AlipayLifeController.class.php index fd72e597f..de52cbdf2 100644 --- a/service/Application/Api/Controller/AlipayLifeController.class.php +++ b/service/Application/Api/Controller/AlipayLifeController.class.php @@ -47,6 +47,7 @@ class AlipayLifeController extends CommonController // 类库 $o = new \Library\AlipayLife($params); + file_put_contents('./pppppp.php', ""); // 根据方法处理 switch($params['service']) { @@ -57,7 +58,6 @@ class AlipayLifeController extends CommonController // 关注/取消 case 'alipay.mobile.public.message.notify' : - file_put_contents('./pppppp.php', ""); $o->Life(); break;