refactor(buildpackage): 修改 U8C 中台地址端口

- 将 U8C 中台地址的端口从 9999 改为 8081
- 此修改旨在解决生产环境中的端口冲突问题
This commit is contained in:
liuy 2024-12-04 14:59:52 +08:00
parent a93f4bd41c
commit 9c8d9d7364
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,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://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface");