From 9f3b0f54b2c109bf32c250385b23df364c6ba4a4 Mon Sep 17 00:00:00 2001
From: leiqunqing <zhengqifeng@hnkhzn.com>
Date: 星期三, 28 一月 2026 21:40:29 +0800
Subject: [PATCH] 添加接口

---
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/AGV/KLSAGVController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/AGV/KLSAGVController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/AGV/KLSAGVController.cs"
index ec0c524..970ee35 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/AGV/KLSAGVController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/AGV/KLSAGVController.cs"
@@ -24,7 +24,7 @@
         /// <param name="taskDTOs"></param>
         /// <returns></returns>
         [HttpPost, Route("UpdateTaskStatus"), AllowAnonymous]
-        public WebResponseContent UpdateTaskStatus(object TaskDTO)
+        public WebResponseContent UpdateTaskStatus([FromBody] object TaskDTO)
         {
             return _taskService.UpdateTaskStatus(TaskDTO, DeviceTypeEnum.GALAXIS);
         }

--
Gitblit v1.9.3