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