From f501e1d11653b2500e032a0d3c255f62aac4b054 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期一, 02 二月 2026 15:06:46 +0800
Subject: [PATCH] 清理杂项文件
---
代码管理/WCS/WCSServices/WIDESEAWCS_TaskInfoService/TaskService.cs | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServices/WIDESEAWCS_TaskInfoService/TaskService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServices/WIDESEAWCS_TaskInfoService/TaskService.cs"
index df327ec..3887b6b 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServices/WIDESEAWCS_TaskInfoService/TaskService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServices/WIDESEAWCS_TaskInfoService/TaskService.cs"
@@ -485,18 +485,6 @@
}
return content;
}
- /// <summary>
- /// 鍒ゆ柇鍏佽鏀捐揣
- /// </summary>
- /// <returns></returns>
- public string MESAvgArriveNotice(RequestAGVArriveDTO requestAGVArriveDTO)
- {
- Dt_ApiInfo apiInfo = _apiInfoRepository.QueryFirst(x => x.ApiCode == APIEnum.MESAvgArriveNotice.ToString());
-
- string response = Post(apiInfo.ApiAddress, JsonConvert.SerializeObject(requestAGVArriveDTO));
-
- return response;
- }
public static string Post(string serviceAddress, string requestJson = "", string contentType = "application/json", Dictionary<string, string>? headers = null)
{
string result = string.Empty;
--
Gitblit v1.9.3