From 66df2852076afe3c813e1a3a46ad049375750d11 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Sat, 14 Dec 2024 00:37:58 +0800 Subject: [PATCH] y --- Application/Callback/Controller/NotifyController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Callback/Controller/NotifyController.class.php b/Application/Callback/Controller/NotifyController.class.php index 6fc32b0..f23d6c3 100644 --- a/Application/Callback/Controller/NotifyController.class.php +++ b/Application/Callback/Controller/NotifyController.class.php @@ -974,7 +974,7 @@ class NotifyController extends BaseController public function outer_callback() { $params = file_get_contents('php://input'); - ToolLog::write('params:' . $params, Log::INFO, 'outer_callback'); + ToolLog::write('params:' . $params, Log::ERR, 'outer_callback'); $data = json_decode($params, true);