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);