diff --git a/Application/Callback/Controller/NotifyController.class.php b/Application/Callback/Controller/NotifyController.class.php index 4b5af2e66..be51a67a2 100644 --- a/Application/Callback/Controller/NotifyController.class.php +++ b/Application/Callback/Controller/NotifyController.class.php @@ -21,6 +21,7 @@ class NotifyController extends BaseController public function notify() { + Log::write('回调进来了', Log::DEBUG); C(api('Config/lists')); $apitype = I('get.apitype');#获取支付api类型 @@ -51,7 +52,7 @@ class NotifyController extends BaseController } } - + Log::write(serialize($notify), Log::DEBUG); $pay_way = $apitype;