| | |
| | | * @throws UserSystemCouponException
|
| | | * @throws Exception
|
| | | */
|
| | | public List<UserSystemCouponVO> getCouponList(long start, int count, Long uid) throws UserSystemCouponException, Exception;
|
| | | public List<UserSystemCouponVO> getCouponList(AcceptData acceptData, long start, int count, Long uid) throws UserSystemCouponException, Exception;
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | */
|
| | | public List<UserSystemCoupon> getFreeCouponByType(Long uid, String type);
|
| | |
|
| | | /**
|
| | | * 激活免单券---订单已到账 触发激活免单券
|
| | | * @param uid
|
| | | */
|
| | | public void triggerFreeCouponActivate(Long uid, String orderNo, Integer source);
|
| | |
|
| | | /**
|
| | | * 退回券
|
| | | * @param giveid
|
| | | */
|
| | | public void sendBackByGiveId(Long giveid);
|
| | |
|
| | | }
|