刘磊
6 天以前 e3aaaa22a7cee2b7c7a33e98f843abc0cd15fb1b
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/AGV/Partial/Add_Task.cs
@@ -39,9 +39,16 @@
                    work_end = taskinfo.TargetAddress
                };
                string address = AGV_Interface + "add_task";
                string result = HttpsClient.PostAsync(address, schedulingTask.ToDictionary()).Result;
                //HttpsClient.Post()
                content = JsonConvert.DeserializeObject<WebResponseContent>(result);
                if (!content.Status)
                {
                    throw new Exception(content.Message);
                }
                LogFactory.GetLog("涓嬪彂AGV浠诲姟").Info(true, $"\r\r--------------------------------------");
                LogFactory.GetLog("涓嬪彂AGV浠诲姟").Info(true, taskinfo.ToJsonString());