送礼物全服横幅不显示房主id的问题

This commit is contained in:
fengshuo
2022-06-21 16:19:46 +08:00
parent a8d6812cc1
commit 23f4b1177b
3 changed files with 24 additions and 2 deletions

View File

@@ -39,6 +39,8 @@ typedef NS_ENUM(NSInteger, BroadCastLevel) {
@property (nonatomic, copy) NSString *sendUserNick;
///跳转的房间的uid
@property (nonatomic,assign) NSInteger roomUid;
///平台id
@property (nonatomic,copy) NSString *roomErbanNo;
@end
NS_ASSUME_NONNULL_END