项目代码/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());