1
hutongqing
2025-01-19 20d5097c83e882f5107f9e571e8e4a28fa49bef4
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/InvokeAGVService.cs
@@ -101,7 +101,7 @@
                    return WebResponseContent.Instance.Error($"未找到发送AGV任务接口,请检查接口配置");
                string response = HttpHelper.Post(apiAddress, agvPodModel.Serialize());
                AgvResponseContent agvContent = response.DeserializeObject<AgvResponseContent>();
                if (agvContent.Code == "0")
                if (agvContent.Code == "1")
                {
                    content.OK(agvContent.Message);
                }