| | |
| | | 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;
|
| | |
| | | */
|
| | | public void systemGiveRewardCoupon(Long uid, String beiZhu, MsgOtherSystemGiveDTO dto);
|
| | |
|
| | | /**
|
| | | * 淘礼金兑换成金币消息
|
| | | * @param uid
|
| | | * @param beiZhu
|
| | | * @param dto
|
| | | */
|
| | | 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);
|
| | |
|
| | | }
|