| | |
| | | * @throws UserSystemCouponException
|
| | | * @throws Exception
|
| | | */
|
| | | public List<UserSystemCouponVO> getGoodsCouponList(Long uid) throws UserSystemCouponException, Exception;
|
| | | public List<UserSystemCouponVO> getGoodsCouponList(Long uid, Long auctionId) throws UserSystemCouponException, Exception;
|
| | |
|
| | | /**
|
| | | * 更新券使用记录
|
| | |
| | | * @throws Exception
|
| | | */
|
| | | public void updateStateByArrivalAccount(String orderNo) throws Exception;
|
| | |
|
| | | /**
|
| | | * 领取未登录时已抽奖的礼品
|
| | | * @param uid
|
| | | * @param platform
|
| | | * @param device
|
| | | * @throws Exception
|
| | | */
|
| | | public void copyLotteryPrize(Long uid, int platform, String device) throws Exception;
|
| | |
|
| | | }
|