| | |
| | | */
|
| | | public List<UserSystemCouponVO> getOrderCouponList(Long uid) throws UserSystemCouponException, Exception;
|
| | |
|
| | | /**
|
| | | * 查询商品使用相关券
|
| | | * @param uid
|
| | | * @return
|
| | | * @throws UserSystemCouponException
|
| | | * @throws Exception
|
| | | */
|
| | | public List<UserSystemCouponVO> getGoodsCouponList(Long uid, Long auctionId) throws UserSystemCouponException, Exception;
|
| | |
|
| | | /**
|
| | | * 更新券使用记录
|
| | |
| | | public UserSystemCoupon rewardCouponWin(Long uid, String source, int num, boolean notify,
|
| | | BigDecimal percent) throws UserSystemCouponException, Exception;
|
| | |
|
| | | /**
|
| | | * 免单券获得
|
| | | * @param uid
|
| | | * @param typeEnum
|
| | | * @param source
|
| | | * @param num
|
| | | * @param notify
|
| | | * @param expiryDay
|
| | | * @return
|
| | | * @throws UserSystemCouponException
|
| | | * @throws Exception
|
| | | */
|
| | | public UserSystemCoupon freeCouponWinBySystem(Long uid, CouponTypeEnum typeEnum, String source, int num, boolean notify,
|
| | | Integer expiryDay) throws UserSystemCouponException, Exception;
|
| | |
|
| | | /**
|
| | | * 获取有效免单券列表
|
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | public List<UserSystemCouponVO> getFreeCouponList(Long uid);
|
| | |
|
| | | public List<UserSystemCouponVO> getGoodsCouponList(Long uid, Long auctionId) throws UserSystemCouponException, Exception;
|
| | |
|
| | | }
|