丽知:修改中台转发地址127.0.0.1:8081

This commit is contained in:
zhengyf 2024-10-22 14:41:15 +08:00
parent 0ec6f9e2fa
commit 4362528c5c
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ public class OverallConstant {
devOverAll.put("u8c自定义项档案-单据红字标识-N名称", "N");
//中台地址
devOverAll.put("u8c_url", "http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface");
prodOverAll.put("u8c_url", "http://127.0.0.1:8081/kangarooDataCenterV3/entranceController/externalCallInterface");
}
private static void loadProd() {
@ -137,7 +137,7 @@ public class OverallConstant {
prodOverAll.put("u8c自定义项档案-单据红字标识-N名称", "N");
//中台地址
prodOverAll.put("u8c_url", "http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface");
prodOverAll.put("u8c_url", "http://127.0.0.1:8081/kangarooDataCenterV3/entranceController/externalCallInterface");
// prodOverAll.put("u8c_url", "http://ufidahz.com.cn:9067/kangarooDataCenterV3/entranceController/externalCallInterface");
}