From 005f189e44eb7d55ca7d4ee9af2a0b8528292add Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Tue, 23 Oct 2018 01:37:57 +0800 Subject: [PATCH] debug --- .../Api/Controller/AlipayLifeController.class.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/service/Application/Api/Controller/AlipayLifeController.class.php b/service/Application/Api/Controller/AlipayLifeController.class.php index f6f0e1d92..9ed2f46e5 100644 --- a/service/Application/Api/Controller/AlipayLifeController.class.php +++ b/service/Application/Api/Controller/AlipayLifeController.class.php @@ -45,10 +45,9 @@ class AlipayLifeController extends CommonController } // 类库 - //$o = new \Library\AlipayLife($params); + $o = new \Library\AlipayLife($params); - file_put_contents('./pppppp.php', ""); - die; + file_put_contents('./pppppp.php', ""); // 根据方法处理 switch($params['service']) {