From 7924008bfdcfc7a73428826fc10ae475b1f71353 Mon Sep 17 00:00:00 2001
From: Zhang-Hong-Lin <a3219986988@163.com>
Date: 星期二, 27 五月 2025 12:20:52 +0800
Subject: [PATCH] 剔除

---
 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/TaskController.cs |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/TaskController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/TaskController.cs"
index bc40ba3..7be3506 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/TaskController.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/TaskController.cs"
@@ -72,5 +72,23 @@
         {
             return Service.banzidong(wei,weis);
         }
+
+        [HttpPost, HttpGet, Route("tichuruku")]
+        public WebResponseContent tichuruku(string wei)
+        {
+            return Service.tichuruku(wei);
+        }
+
+        [HttpPost, HttpGet, Route("tichuchuku")]
+        public WebResponseContent tichuchuku(string wei)
+        {
+            return Service.tichuchuku(wei);
+        }
+
+        [HttpPost, HttpGet, Route("zhijiechuku")]
+        public WebResponseContent zhijiechuku()
+        {
+            return Service.zhijiechuku();
+        }
     }
 }

--
Gitblit v1.9.3