| | |
| | | * @param workerId
|
| | | * @param bossId
|
| | | */
|
| | | public void InviteSeparate(Long workerId, Long bossId);
|
| | | public void inviteSeparate(Long workerId, Long bossId);
|
| | |
|
| | | /**
|
| | | * 超级会员申请通过
|
| | | * @param uid
|
| | | * @throws UserVIPInfoException
|
| | | */
|
| | | public void passVIPApplyNew(Long uid) throws UserVIPInfoException;
|
| | |
|
| | | /**
|
| | | * 超级会员未通过
|
| | | * @param uid
|
| | | * @param reason
|
| | | * @throws UserVIPInfoException
|
| | | */
|
| | | public void rejectVIPApplyNew(Long uid, String reason) throws UserVIPInfoException;
|
| | |
|
| | | /**
|
| | | * 超级会员申请
|
| | | * @param uid
|
| | | * @throws UserVIPInfoException
|
| | | */
|
| | | public void applyVIPNew(Long uid) throws UserVIPInfoException;
|
| | |
|
| | | }
|