新增部分跳转协议和我的页面new角标

This commit is contained in:
huangjian
2022-07-25 15:34:15 +08:00
parent e221fcdb05
commit 9c558ceb3d
7 changed files with 51 additions and 13 deletions

View File

@@ -256,4 +256,14 @@ public class RouterType {
* 71-粉丝团列表
*/
public static final int FANS_TEAM_LIST = 72;
/**
* 72-装扮商城
*/
public static final int DECORATION_STORE = 73;
/**
* 72-我的装扮
*/
public static final int MY_DECORATION = 74;
}

View File

@@ -1,7 +1,7 @@
package com.yizhuan.xchat_android_core.room.bean
data class MeCenterInfo(
val centerBadge: String = "",
val centerBadge: String?= null,
val centerId: Int = 0,
val centerName: String = "",
val centerPic: String = "",