fix(buildpackage): 修正 U8C API 端口
- 将 U8C API 的端口从 9099 修改为 19099- 此修改解决了 U8C 连接的问题,使得连接成功
This commit is contained in:
parent
3afd0c1095
commit
b9e6433671
|
@ -84,7 +84,7 @@ public class OverallConstant {
|
|||
|
||||
private static void loadDev() {
|
||||
//测式U8C
|
||||
devOverAll.put("u8cApiUrl", "http://39.170.109.90:9099");
|
||||
devOverAll.put("u8cApiUrl", "http://39.170.109.90:19099");
|
||||
|
||||
devOverAll.put("u8cApiUsercodePK", "admin");
|
||||
devOverAll.put("u8cApiPasswordPK", "cbc3df059791996e4cce8e4ac51f4f8e");
|
||||
|
|
Loading…
Reference in New Issue