From 257018146551694ae963c8c9067e3b1d10226123 Mon Sep 17 00:00:00 2001 From: chengsc <Demo@DESKTOP-CPA90BF> Date: 星期六, 21 九月 2024 18:26:06 +0800 Subject: [PATCH] 修改申请巷道问题 --- Wms/Wms/appsettings.json | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/Wms/Wms/appsettings.json b/Wms/Wms/appsettings.json index 76f35d5..e34e40d 100644 --- a/Wms/Wms/appsettings.json +++ b/Wms/Wms/appsettings.json @@ -24,6 +24,7 @@ }, "ApiUrlConfig": { "ErpHost": "http://10.110.24.30:8081", //erpIP + "MesHost": "http://10.110.24.30:8081", //mesIP "WcsHost": "http://localhost:57061", //wcsIPhttp://localhost:57061/ "BoxHost": "http://10.110.24.30:8081", //boxIP @@ -37,6 +38,10 @@ "DataChangeUrl": "/api/wmsInterface/OutStockTask", //搴撳瓨鍙樻洿鍥炰紶 "GetBoxUrl": "/api/wmsInterface/OutStockTask", //鑾峰彇绠辩爜淇℃伅 + //MES + "MesAsnFinishUrl": "/port/mes/service/mes/save_worder_feedback", //鍏ュ簱鍗曞叧鍗曞弽棣� + "MesBeiLiaoUrl": "/port/mes/service/mes/save_morder_feedback", //澶囨枡鍙嶉(鍘熸枡澶囨枡鍒扮敓浜ц溅闂寸紦瀛樺尯) + "MesGetTokenUrl": "/port/mes/service/system/sign_login", //鑾峰彇浠ょ墝 // 璧嬬爜 @@ -44,5 +49,11 @@ "GenAgvSchedulingTask": "http://IP:PORT/rcms/services/rest/hikRpcService/genAgvSchedulingTask", //鐢熸垚浠诲姟鍗曟帴鍙� "ContinueTask": "http://IP:PORT/rcms/services/rest/hikRpcService/continueTask", //缁х画鎵ц浠诲姟鎺ュ彛 "GenPreScheduleTask": "http://IP:PORT/rcms/services/rest/hikRpcService/genPreScheduleTask" // 棰勮皟搴﹀澶栨帴鍙� + }, + "MesConfig": { + "MesUser": "wms", + "MesPassWord": "wmS@2024" } + + } -- Gitblit v1.8.0