免费礼物
This commit is contained in:
@@ -98,6 +98,8 @@ typedef NS_ENUM(NSUInteger, CustomMessageType) {
|
||||
CustomMessageType_Graffiti_Gift = 94,
|
||||
///星级厨房飘屏
|
||||
CustomMessageType_Graffiti_Star_Kitchen = 95,
|
||||
///免费礼物倒计时重置时间
|
||||
CustomMessageType_Free_Gift_Star_Reset_Time = 96,
|
||||
///精灵密藏
|
||||
CustomMessageType_Treasure_Fairy = 97,
|
||||
///寻爱之旅
|
||||
@@ -372,7 +374,14 @@ typedef NS_ENUM(NSUInteger, CustomMessageSubLuckyBag) {
|
||||
/// 提醒用户收藏房间
|
||||
Custom_Message_Sub_Collect_Room_Remind_User = 592,
|
||||
};
|
||||
|
||||
//first = CustomMessageType_Free_Gift_Star_Reset_Time
|
||||
typedef NS_ENUM(NSUInteger, CustomMessageFreeGiftStarResetTime) {
|
||||
///免费礼物倒计时重置时间
|
||||
Custom_Message_Sub_Free_Gift_Star_Reset_Time = 960,
|
||||
///更新礼物信息
|
||||
Custom_Message_Sub_Update_Gift_Information = 961,
|
||||
|
||||
};
|
||||
///CustomMessageType_Tarot
|
||||
typedef NS_ENUM(NSUInteger, CustomMessageSubTarot) {
|
||||
/// 塔罗中奖消息
|
||||
|
Reference in New Issue
Block a user