更新为正式地址
This commit is contained in:
@ -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);
|
||||
|
@ -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))
|
||||
{
|
||||
//上传成功
|
||||
|
Reference in New Issue
Block a user