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