更新为正式地址

This commit is contained in:
hehaibing-1996
2025-05-06 18:23:40 +08:00
parent cb02100e89
commit 9cc4299b91
2 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -47,7 +47,7 @@ namespace WCS.BLL.Manager
userName = "cmeimZtwcs",
password = "Cmeim@ztwcs2024!@#"
};
var result = ApiHelp.GetDataFromHttpShortTime<LoginResponse>(@"http://10.41.235.10:18989/login", request, "POST", true);
var result = ApiHelp.GetDataFromHttpShortTime<LoginResponse>(@"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<SysOrderResponse>(@"http://10.41.235.10:18989/ztwcs/stockBillBack", request, "POST", true);
var result = ApiHelp.GetDataFromHttp<SysOrderResponse>(@"http://10.41.235.10:8989/ztwcs/stockBillBack", request, "POST", true);
if (result != null && (result.code == 200))
{
//上传成功