From 8f9b9411ca279670bd85fcfa7763987295ed9abf Mon Sep 17 00:00:00 2001
From: zhanghonglin <zhanghonglin@hnkhzn.com>
Date: 星期五, 10 四月 2026 10:55:38 +0800
Subject: [PATCH] 空桶入出扩展开发

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
index 3f2d058..366c7ff 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
@@ -57,7 +57,7 @@
         [HttpPost, HttpGet, Route("ArtificialTask"), AllowAnonymous]
         public WebResponseContent ArtificialTask(int Num , string Types)
         {
-            return Service.ArtificialTask(Num, Types);
+            return Service.ArtificialTask(Num, Types ,null);
         }
 
         //鎵嬪姩绔嬪嵆瀹屾垚浠诲姟
@@ -79,13 +79,6 @@
         public string ceshi()
         {
             return Service.ceshi();
-        }
-        
-        //WCS婊℃《鍑哄簱淇″彿
-        [HttpPost, HttpGet, Route("WCSSignal"), AllowAnonymous]
-        public WebResponseContent WCSSignal(int k)
-        {
-            return Service.WCSSignal(k);
         }
 
         //鎵ц璁㈠崟

--
Gitblit v1.9.3