个播最小化进房不弹关注房主弹窗,房主魅力值优化
This commit is contained in:
@@ -136,14 +136,11 @@
|
||||
}
|
||||
} uid:uid isLikeUid:roomUid];
|
||||
}
|
||||
// 获取礼物值
|
||||
[Api roomMicroGiftValue:^(BaseModel * _Nullable data, NSInteger code, NSString * _Nullable msg) {
|
||||
if (code == 200) {
|
||||
[self handleAnchorGiftValue:data.data];
|
||||
}
|
||||
} roomUid:[NSString stringWithFormat:@"%ld", roomInfo.uid] uid:[AccountInfoStorage instance].getUid];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
- (void)onMicroGiftValueUpdate:(NSDictionary *)data {
|
||||
[self handleAnchorGiftValue:data];
|
||||
}
|
||||
|
||||
- (void)handleNIMCustomMessage:(NIMMessage *)message {
|
||||
|
Reference in New Issue
Block a user