fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserInviteMsgNotificationService.java
@@ -1,5 +1,6 @@ package com.yeshi.fanli.service.inter.msg; import com.yeshi.fanli.dto.msg.MsgInviteContentDTO; import com.yeshi.fanli.entity.bus.user.ThreeSale; /** @@ -33,4 +34,12 @@ * @param sale */ public void inviteFail(Long uid, ThreeSale sale); /** * 领取券、红包激活邀请 * @param uid * @param beizu * @param content */ public void receiveGift(Long uid, String beizu, MsgInviteContentDTO content); }