项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/WMSApiInvoke.cs
@@ -19,15 +19,11 @@ string response = ""; try { response = HttpManager.HttpPostAsync(url, "SC01").Result; return response; } catch (Exception ex) { { return null; } } @@ -35,13 +31,11 @@ public static string SyncLabMaster() { string url = AppSettings.Configuration.GetSection("WMSApi").Value+ "Sys_Job/SyncLabMaster"; string url = AppSettings.Configuration.GetSection("WMS").Value.Replace("PDA", "Sys_Job") + "Sys_Job/SyncLabMaster"; string response = ""; try { response = HttpManager.HttpPostAsync(url, "SC01").Result; return response; }