refactor(buildpackage): 更新 U8C 接口地址配置
- 将本地中台地址从 prodOverAll 移到 devOverAll - 注释掉外网正式 U8C 地址
This commit is contained in:
parent
5d8c2b64e5
commit
7d844fa58a
|
@ -113,14 +113,14 @@ public class OverallConstant {
|
||||||
devOverAll.put("u8c自定义项档案-单据红字标识-N名称", "N");
|
devOverAll.put("u8c自定义项档案-单据红字标识-N名称", "N");
|
||||||
|
|
||||||
//本地中台地址
|
//本地中台地址
|
||||||
prodOverAll.put("u8c_url", "http://127.0.0.1:8081/kangarooDataCenterV3/entranceController/externalCallInterface");
|
devOverAll.put("u8c_url", "http://127.0.0.1:8081/kangarooDataCenterV3/entranceController/externalCallInterface");
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void loadProd() {
|
private static void loadProd() {
|
||||||
//内网正式U8C
|
//内网正式U8C
|
||||||
prodOverAll.put("u8cApiUrl", "http://192.168.10.118:8088");
|
prodOverAll.put("u8cApiUrl", "http://192.168.10.118:8088");
|
||||||
//外网正式U8C地址
|
//外网正式U8C地址
|
||||||
// devOverAll.put("u8cApiUrl", "http://39.170.109.90:8088");
|
// prodOverAll.put("u8cApiUrl", "http://39.170.109.90:8088");
|
||||||
|
|
||||||
//主键
|
//主键
|
||||||
prodOverAll.put("u8cApiUsercodePK", "admin");
|
prodOverAll.put("u8cApiUsercodePK", "admin");
|
||||||
|
|
Loading…
Reference in New Issue