刘磊
5 天以前 5eeed44ad21748ed7560a8c688d4e2d2f03555c8
项目代码/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());