From ec8a1c6f81b5747e9efce86faaba33d10df7f61d Mon Sep 17 00:00:00 2001
From: admin <2780501319@qq.com>
Date: 星期日, 01 三月 2020 16:37:26 +0800
Subject: [PATCH] 动态提示语调整

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserOtherMsgNotificationService.java |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserOtherMsgNotificationService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserOtherMsgNotificationService.java
index 7867ef6..61ccef9 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserOtherMsgNotificationService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserOtherMsgNotificationService.java
@@ -8,6 +8,7 @@
 import com.yeshi.fanli.dto.msg.MsgOtherRewardIntegralDTO;
 import com.yeshi.fanli.dto.msg.MsgOtherSystemGiveDTO;
 import com.yeshi.fanli.dto.msg.MsgOtherTaoLiJinContentDTO;
+import com.yeshi.fanli.dto.msg.MsgOtherVIPDTO;
 import com.yeshi.fanli.entity.bus.msg.MsgOtherDetail.MsgTypeOtherTypeEnum;
 import com.yeshi.fanli.entity.bus.user.UserInfo;
 import com.yeshi.fanli.entity.bus.user.UserSystemCoupon;
@@ -268,4 +269,36 @@
 	 */
 	public void taoLiJinExchangeMsg(Long uid, String beiZhu, MsgOtherRewardIntegralDTO msgOther);
 
+	/**
+	 * 浼氬憳鐢宠閫氳繃娑堟伅
+	 * @param uid
+	 * @param beiZhu
+	 * @param dto
+	 */
+	public void passVIPApplyMsg(Long uid, String beiZhu, MsgOtherVIPDTO dto);
+
+	/**
+	 * 浼氬憳鍗囩骇鏈�氳繃
+	 * @param uid
+	 * @param beiZhu
+	 * @param dto
+	 */
+	public void rejectVIPApply(Long uid, String beiZhu, MsgOtherVIPDTO dto);
+
+	/**
+	 * 娓╅Θ鎻愰啋 
+	 * @param uid
+	 * @param beiZhu
+	 * @param dto
+	 */
+	public void teamVIPCallBoss(Long uid, String beiZhu, MsgOtherVIPDTO dto);
+
+	/**
+	 * 閭�璇疯劚绂�
+	 * @param uid
+	 * @param beiZhu
+	 * @param dto
+	 */
+	public void teamSplitCallBoss(Long uid, String beiZhu, MsgOtherVIPDTO dto);
+
 }

--
Gitblit v1.8.0