From 50a02dec00579b9c9da4f5d03ff87571a31b709a Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Sat, 14 Dec 2024 00:46:25 +0800 Subject: [PATCH] y --- Application/Callback/Controller/NotifyController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Application/Callback/Controller/NotifyController.class.php b/Application/Callback/Controller/NotifyController.class.php index 6be95f4..5985d05 100644 --- a/Application/Callback/Controller/NotifyController.class.php +++ b/Application/Callback/Controller/NotifyController.class.php @@ -974,7 +974,8 @@ class NotifyController extends BaseController public function outer_callback() { $params = file_get_contents('php://input'); - ToolLog::write('params:' . $params, Log::ERR, 'outer_callback'); + ToolLog::write('clientIp' . get_client_ip(), 'outer_callback'); + ToolLog::write('params:' . $params, Log::INFO, 'outer_callback'); $data = json_decode($params, true);