wangxinhui
2025-03-05 33861e7fbf9cc4af3088f715ce7607a681f9c181
´úÂë¹ÜÀí/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);
                }