1:修改mqtt链接适用域名链接

2:修改粉丝列表展示按钮错误的问题
This commit is contained in:
2025-12-17 19:00:37 +08:00
parent 727e343d1f
commit 3d8e152cd8
3 changed files with 22 additions and 19 deletions

View File

@@ -16,6 +16,6 @@ public class BlackUserBean {
private int sex;
private String user_code;
private int is_online;
private int is_follow;
private int is_follow;// 是否关注 0:未关注 1已关注 2别人关注了你你没有关注别人这个2只会在粉丝中使用
private List<String> icon;
}

View File

@@ -15,7 +15,8 @@ public enum EnvironmentEnum {
1600096860,
"3e8f3add448d4692bc1d04c75ffe801b",
//"tcp://1.13.101.98",
"tcp://1.13.20.30",
// "tcp://1.13.20.30",
"tcp://yushengapi.qxyushen.top",
// "https://vespa.qxyushen.top/h5",
"https://yushengapi.qxyushen.top/h5",
0),
@@ -30,7 +31,8 @@ public enum EnvironmentEnum {
"wxc7681513be9f926b",
1600096890,
"02f7339ec98947deaeab173599891932",
"tcp://1.13.181.248",
// "tcp://1.13.181.248",
"tcp://test.vespa.qxyushen.top",
"https://test.vespa.qxyushen.top/h5",
1);