From f4cd306f949c3ea727fad01194e09cde4fc8baac Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Thu, 28 Nov 2019 08:38:37 +0800 Subject: [PATCH] =?UTF-8?q?ssg=E6=89=93=E5=8D=B02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Callback/Controller/Notify2Controller.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Application/Callback/Controller/Notify2Controller.class.php b/Application/Callback/Controller/Notify2Controller.class.php index 67e764913..ed0d45291 100644 --- a/Application/Callback/Controller/Notify2Controller.class.php +++ b/Application/Callback/Controller/Notify2Controller.class.php @@ -16,6 +16,8 @@ class Notify2Controller extends BaseController */ public function notify() { + Log::write("回来了", Log::DEBUG); + C(api('Config/lists')); $apitype = I('get.apitype');#获取支付api类型 if (IS_POST && !empty($_POST)) { @@ -31,6 +33,7 @@ class Notify2Controller extends BaseController exit('Access Denied'); } } + Log::write(serialize($notify), Log::DEBUG); $pay_way = $apitype; if ($apitype == "swiftpass") { $apitype = "weixin";