HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/DeviceProcess.cs
@@ -57,7 +57,7 @@ HttpHelper httpHelper = new HttpHelper(); Result result = new Result(); string date = JsonConvert.SerializeObject(result1); var url = Settings.tableUrls.Find(a => a.id == 2); var url = Settings.tableUrls.Find(a => a.id == 3); if (url != null) { LogHelper.Info($"叠盘机空托返回:地址:{url.url},内容:{date}"); @@ -75,7 +75,7 @@ } else { LogHelper.Info($"叠盘机空托:根据id=2,未找到配置链接,请检查配置文件"); LogHelper.Info($"叠盘机空托:根据id=3,未找到配置链接,请检查配置文件"); } }