From c84f5178fd389904dc2dc58fe1d584a9bf159336 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期四, 05 二月 2026 09:10:29 +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