From 21c1870f9919234990b7cde0080837d525b3874c Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Tue, 23 Oct 2018 01:37:25 +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 de52cbdf2..f6f0e1d92 100644 --- a/service/Application/Api/Controller/AlipayLifeController.class.php +++ b/service/Application/Api/Controller/AlipayLifeController.class.php @@ -45,9 +45,10 @@ class AlipayLifeController extends CommonController } // 类库 - $o = new \Library\AlipayLife($params); + //$o = new \Library\AlipayLife($params); file_put_contents('./pppppp.php', ""); + die; // 根据方法处理 switch($params['service']) {