个播最小化进房不弹关注房主弹窗,房主魅力值优化

This commit is contained in:
chenguilong
2022-03-04 15:48:19 +08:00
parent 7d37658fa6
commit 90f868ea55
5 changed files with 14 additions and 9 deletions

View File

@@ -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 {