提交
This commit is contained in:
@@ -49,14 +49,18 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,strong)NSString *hide_status;
|
||||
/// 当前状态:-1 未认证歌手, 0待审核 1已认证 2被拒绝
|
||||
@property (nonatomic,strong)NSString *singer_status;
|
||||
/// 在线状态
|
||||
@property (nonatomic,assign)BOOL is_online;
|
||||
/// 在线状态 1 在线 2 离线
|
||||
@property (nonatomic,assign)NSInteger is_online;
|
||||
/// 1 能聊天 0不能聊天
|
||||
@property (nonatomic,assign)NSInteger is_can_chat;
|
||||
/// 需要充值金额
|
||||
@property (nonatomic,strong)NSString* can_chat_money;
|
||||
/// 身价
|
||||
@property (nonatomic,strong)NSString* market_value;
|
||||
/// 身价配置 多少金币数
|
||||
@property (nonatomic,strong)NSString* market_value_coin;
|
||||
/// 身价配置 多少身价数
|
||||
@property (nonatomic,strong)NSString* market_value_market;
|
||||
@end
|
||||
|
||||
|
||||
@@ -110,7 +114,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/// 魅力
|
||||
@property (nonatomic,strong)NSString* charm;
|
||||
|
||||
/// 是否在线
|
||||
/// 是否在线 1在线 2离线
|
||||
@property (nonatomic,assign)NSInteger is_online;
|
||||
|
||||
/// 礼物墙数量
|
||||
|
||||
Reference in New Issue
Block a user