From 24a8d17e007545f7426c48352109aa1a9c6587ee Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 06 五月 2020 12:02:09 +0800
Subject: [PATCH] IOS上线隐藏我的界面的banner与超级会员升级信息

---
 fanli/src/main/java/com/yeshi/fanli/dto/mq/user/UserTopicTagEnum.java |   28 ++++++++++++++++++++--------
 1 files changed, 20 insertions(+), 8 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/UserTopicTagEnum.java b/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/UserTopicTagEnum.java
index 906dc4a..ae14a1a 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/UserTopicTagEnum.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/UserTopicTagEnum.java
@@ -1,28 +1,40 @@
 package com.yeshi.fanli.dto.mq.user;
 
+import com.yeshi.fanli.dto.mq.user.body.BeComeValidUserMQMsg;
 import com.yeshi.fanli.dto.mq.user.body.IntegralTaskMQMsg;
 import com.yeshi.fanli.dto.mq.user.body.InterTokenMQMsg;
 import com.yeshi.fanli.dto.mq.user.body.InviteCodeActiveMQMsg;
+import com.yeshi.fanli.dto.mq.user.body.TaoBaoBindSuccessMQMsg;
+import com.yeshi.fanli.dto.mq.user.body.ThreeSaleSeparateMQMsg;
 import com.yeshi.fanli.dto.mq.user.body.UserAccountBindingMQMsg;
+import com.yeshi.fanli.dto.mq.user.body.UserActiveMQMsg;
+import com.yeshi.fanli.dto.mq.user.body.UserForbiddenMQMsg;
 import com.yeshi.fanli.dto.mq.user.body.UserInfoUpdateMQMsg;
 import com.yeshi.fanli.dto.mq.user.body.UserInviteMQMsg;
+import com.yeshi.fanli.dto.mq.user.body.UserLevelChangedMQMsg;
+import com.yeshi.fanli.dto.mq.user.body.UserMoneyChangeMQMsg;
 import com.yeshi.fanli.dto.mq.user.body.UserRedPackGiftMQMsg;
 import com.yeshi.fanli.dto.mq.user.body.UserRegisterMQMsg;
 import com.yeshi.fanli.dto.mq.user.body.UserSystemCouponUseMQMsg;
-import com.yeshi.fanli.util.annotation.UserActive;
 
 public enum UserTopicTagEnum {
 	userAccountBinding(UserAccountBindingMQMsg.class), // 鐢ㄦ埛璐﹀彿缁戝畾
-	userActve(UserActive.class), // 鐢ㄦ埛娲昏穬
+	userActve(UserActiveMQMsg.class), // 鐢ㄦ埛娲昏穬
 	useSystemCoupon(UserSystemCouponUseMQMsg.class), // 绯荤粺鍒镐娇鐢�
-	systemCouponDrawback(UserSystemCouponUseMQMsg.class),//绯荤粺鍒搁��鍥�
+	systemCouponDrawback(UserSystemCouponUseMQMsg.class), // 绯荤粺鍒搁��鍥�
 	inviteSuccess(UserInviteMQMsg.class), // 閭�璇锋垚鍔�
 	integralTaskFinish(IntegralTaskMQMsg.class), // 瀹屾垚閲戝竵浠诲姟
-	userRegister(UserRegisterMQMsg.class),//娉ㄥ唽
-	tokenOutOfDate(InterTokenMQMsg.class),//鍙d护杩囨湡
-	redPackGiftDrawback(UserRedPackGiftMQMsg.class),// 绾㈠寘璧犻�侀��鍥�
-	inviteCodeActive(InviteCodeActiveMQMsg.class),//閭�璇风爜婵�娲�
-	userInfoUpdate(UserInfoUpdateMQMsg.class); //鐢ㄦ埛淇℃伅淇敼
+	userRegister(UserRegisterMQMsg.class), // 娉ㄥ唽
+	tokenOutOfDate(InterTokenMQMsg.class), // 鍙d护杩囨湡
+	redPackGiftDrawback(UserRedPackGiftMQMsg.class), // 绾㈠寘璧犻�侀��鍥�
+	inviteCodeActive(InviteCodeActiveMQMsg.class), // 閭�璇风爜婵�娲�
+	forbiddenUser(UserForbiddenMQMsg.class), // 灏佺鐢ㄦ埛
+	userInfoUpdate(UserInfoUpdateMQMsg.class), // 鐢ㄦ埛淇℃伅淇敼
+	userLevelChanged(UserLevelChangedMQMsg.class), // 鐢ㄦ埛绛夌骇鍙樺寲
+	userMoneyAdd(UserMoneyChangeMQMsg.class), // 鐢ㄦ埛璧勯噾澧炲姞
+	taobaoBindSuccess(TaoBaoBindSuccessMQMsg.class),
+	becomeValidUser(BeComeValidUserMQMsg.class), // 鎴愪负鏈夋晥鐢ㄦ埛
+	threeSaleSeparate(ThreeSaleSeparateMQMsg.class);// 閭�璇峰叧绯昏劚绂�
 
 	private final Class<?> clazz;
 

--
Gitblit v1.8.0