| | |
| | | * @throws IntegralExchangeException
|
| | | */
|
| | | public ExchangeTipVO verifyExchange(Long uid, Long id) throws IntegralExchangeException;
|
| | | |
| | | |
| | | /**
|
| | | * 验证内部页面
|
| | | * @param uid
|
| | | * @param id
|
| | | * @return
|
| | | * @throws IntegralExchangeException
|
| | | */
|
| | | public ExchangeTipVO verifyInviteCode(Long uid, Long id) throws IntegralExchangeException;
|
| | |
|
| | | /**
|
| | | * 金币兑换
|
| | | * @param uid
|
| | | * @param id
|
| | | * @param inviteId
|
| | | * @throws IntegralExchangeException
|
| | | */
|
| | | public void exchange(Long uid, Long id, Long inviteId) throws IntegralExchangeException;
|
| | | public IntegralExchange exchange(Long uid, Long id) throws IntegralExchangeException;
|
| | |
|
| | | |
| | | /**
|
| | | * 邀请码兑换
|
| | | * @param uid
|
| | | * @param id
|
| | | * @return
|
| | | * @throws IntegralExchangeException
|
| | | */
|
| | | public String exchangeInviteCode(Long uid, Long id) throws IntegralExchangeException;
|
| | |
|
| | |
|
| | | }
|