From 8a469efbdb0d354fae45c01ea81b9f7b95f4b8b3 Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期二, 10 六月 2025 10:18:15 +0800 Subject: [PATCH] 1 --- 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/MCS/MCSController.cs | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/MCS/MCSController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/MCS/MCSController.cs" index eee0b1a..0322ee6 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/MCS/MCSController.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/MCS/MCSController.cs" @@ -20,16 +20,6 @@ _MCSService = MCSService; } - /// <summary> - /// 鍒嗗娴嬭瘯瀹屾垚閫氱煡 - /// </summary> - /// <param name="input"></param> - /// <returns></returns> - [HttpPost, Route("NotifyFinishTest"), AllowAnonymous] - public WebResponseContent NotifyFinishTest([FromBody] object input) - { - return _MCSService.NotifyFinishTest(input); - } /// <summary> /// 璇锋眰绉诲簱 -- Gitblit v1.9.3