From 1debdf58040694c1ebf4613eb5d9b94a514d466e Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Tue, 23 Oct 2018 01:36:03 +0800 Subject: [PATCH] debug --- .../Application/Api/Controller/AlipayLifeController.class.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;