爵位完成
This commit is contained in:
@@ -39,6 +39,14 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,strong)NSString *auth;
|
||||
/// 是否使用靓号 0未使用 1 已使用
|
||||
@property (nonatomic,strong)NSString *is_use_code;
|
||||
/// 爵位图片
|
||||
@property (nonatomic,strong)NSString *nobility_image;
|
||||
/// 昵称颜色
|
||||
@property (nonatomic,strong)NSString *nickname_color;
|
||||
/// 是否可以设置隐身进入的状态:0-不行,1-可以
|
||||
@property (nonatomic,strong)NSString *is_hide;
|
||||
/// 当前状态:0-取消隐身,1-隐身进入
|
||||
@property (nonatomic,strong)NSString *hide_status;
|
||||
/// 在线状态
|
||||
@property (nonatomic,assign)BOOL is_online;
|
||||
/// 1 能聊天 0不能聊天
|
||||
@@ -68,6 +76,10 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,strong)NSString *dress;
|
||||
/// 聊天气泡
|
||||
@property (nonatomic,strong)NSString *chat_bubble;
|
||||
/// 爵位飘屏背景图
|
||||
@property (nonatomic,strong)NSString *enter_image;
|
||||
/// 爵位飘屏背景图
|
||||
@property (nonatomic,strong)NSString *enter_text;
|
||||
/// ip
|
||||
@property (nonatomic,strong)NSString *loginip;
|
||||
/// 昵称
|
||||
@@ -82,6 +94,12 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,strong)NSString *room_id;
|
||||
/// 各种等级 爵位 。。。图片数组
|
||||
@property (nonatomic,strong)NSArray *icon;
|
||||
/// 爵位图片
|
||||
@property (nonatomic,strong)NSString *nobility_image;
|
||||
/// 昵称颜色
|
||||
@property (nonatomic,strong)NSString *nickname_color;
|
||||
/// 麦圈
|
||||
@property (nonatomic,strong)NSString *mic_cycle;
|
||||
/// 是否关注 0 未关注 1 已关注
|
||||
@property (nonatomic,assign)NSInteger is_follow;
|
||||
|
||||
@@ -181,6 +199,10 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,strong)NSArray *icon;
|
||||
/// 麦位
|
||||
@property (nonatomic,strong)NSString *pit_number;
|
||||
/// 爵位图片
|
||||
@property (nonatomic,strong)NSString *nobility_image;
|
||||
/// 爵位图片
|
||||
@property (nonatomic,strong)NSString *nickname_color;
|
||||
/// 是否拥有转币权限 0 未开启 1 已开启
|
||||
@property (nonatomic,strong)NSString *red_status;
|
||||
/// 角色 1-房主 > 2-管理员 > 3主持人 >4 普通用户 排序
|
||||
|
||||
Reference in New Issue
Block a user