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;
}