更新为正式地址

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