fanli/src/main/java/com/yeshi/fanli/service/inter/hongbao/ThreeSaleSerivce.java
@@ -242,5 +242,21 @@ * @return */ public List<ThreeSale> listByWorkerId(Long workerId); /** * 获取成功邀请关系数量 * @param uid * @return */ public int getSuccessRelationshipNum(Long uid); /** * 邀请码生成上下级关系 * @param invitee * @param inviter * @throws ThreeSaleException */ public void bindRelationshipByInviteCode(UserInfo invitee, UserInfo inviter) throws ThreeSaleException; }