1
wangxinhui
2025-01-15 083f4b53d2b5768d536c87fea7f117c7f2e0b1ce
´úÂë¹ÜÀí/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);
                }