From 84b557566e52593ff121d997389c8aa402c964c7 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Mon, 10 Jul 2023 22:42:24 +0800 Subject: [PATCH] 1 --- BBWYB.Server.API/Controllers/TimeLimitTaskController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BBWYB.Server.API/Controllers/TimeLimitTaskController.cs b/BBWYB.Server.API/Controllers/TimeLimitTaskController.cs index 8c30310..e7e6d1f 100644 --- a/BBWYB.Server.API/Controllers/TimeLimitTaskController.cs +++ b/BBWYB.Server.API/Controllers/TimeLimitTaskController.cs @@ -42,7 +42,7 @@ namespace BBWYB.Server.API.Controllers /// /// [HttpPost] - public IList TimeOutStatistics(QueryTimeOutRequest request) + public IList TimeOutStatistics([FromBody]QueryTimeOutRequest request) { return timeLimitTaskBusiness.TimeOutStatistics(request); }