From 9cc4299b915ffa9e98b3c4502ef7e344bc8779c1 Mon Sep 17 00:00:00 2001 From: hehaibing-1996 Date: Tue, 6 May 2025 18:23:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=BA=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WCS.BLL/HardWare/MXL4Shelf.cs | 2 +- WCS.BLL/Manager/MKYBackgroundThread.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WCS.BLL/HardWare/MXL4Shelf.cs b/WCS.BLL/HardWare/MXL4Shelf.cs index ed591f5..f8148a6 100644 --- a/WCS.BLL/HardWare/MXL4Shelf.cs +++ b/WCS.BLL/HardWare/MXL4Shelf.cs @@ -332,7 +332,7 @@ namespace WCS.BLL.HardWare { #region 请求接口 //向上层系统获取数据 - var stockQueryUrl = @"http://10.41.235.10:18989/ztwcs/stockQuery"; + var stockQueryUrl = @"http://10.41.235.10:8989/ztwcs/stockQuery"; var dataBody = new StockQueryRequest(); dataBody.storeCodes.Add(module.ModuleCode); Logs.Write("111", LogsType.StartBoot); diff --git a/WCS.BLL/Manager/MKYBackgroundThread.cs b/WCS.BLL/Manager/MKYBackgroundThread.cs index 6e76c1a..5c3e59e 100644 --- a/WCS.BLL/Manager/MKYBackgroundThread.cs +++ b/WCS.BLL/Manager/MKYBackgroundThread.cs @@ -47,7 +47,7 @@ namespace WCS.BLL.Manager userName = "cmeimZtwcs", password = "Cmeim@ztwcs2024!@#" }; - var result = ApiHelp.GetDataFromHttpShortTime(@"http://10.41.235.10:18989/login", request, "POST", true); + var result = ApiHelp.GetDataFromHttpShortTime(@"http://10.41.235.10:8989/login", request, "POST", true); if (result != null && (result.code == 200)) { //获取到最新的token @@ -94,7 +94,7 @@ namespace WCS.BLL.Manager storeCode = finishedTask.ModuleCode, qty = finishedTask.FinishQty }; - var result = ApiHelp.GetDataFromHttp(@"http://10.41.235.10:18989/ztwcs/stockBillBack", request, "POST", true); + var result = ApiHelp.GetDataFromHttp(@"http://10.41.235.10:8989/ztwcs/stockBillBack", request, "POST", true); if (result != null && (result.code == 200)) { //上传成功