加入、退出粉丝团接口及协议处理

This commit is contained in:
chenguilong
2022-04-08 15:42:25 +08:00
parent 6c4360ab96
commit 5942609f58
20 changed files with 419 additions and 164 deletions

View File

@@ -280,6 +280,13 @@ NSString * const kRoomShowTopicKey = @"kRoomShowTopicKey";
[NSSet setWithObjects:
@(Custom_Message_Sub_Face_Send),
nil],
@(CustomMessageType_Anchor_FansTeam):
[NSSet setWithObjects:
@(Custom_Message_Sub_FansTeam_Open_Success),
@(Custom_Message_Sub_FansTeam_Open_Fail),
@(Custom_Message_Sub_FansTeam_Join_Success),
@(Custom_Message_Sub_FansTeam_Out_Success),
nil],
};
}