| | |
| | | * @throws UserSystemCouponException |
| | | * @throws Exception |
| | | */ |
| | | public void useGoodsCoupon(Long uid, Long id, Long goodId, Integer sourceType) throws UserSystemCouponException, Exception; |
| | | public void useGoodsCoupon(Long uid, Long id, String goodId, Integer sourceType) throws UserSystemCouponException, Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @throws Exception |
| | | */ |
| | | public boolean updateCouponRecordUsed(Long uid, String orderNo, BigDecimal payment, |
| | | Long auctionId , Integer sourceType) throws Exception; |
| | | String auctionId , Integer sourceType) throws Exception; |
| | | |
| | | /** |
| | | * 订单退款更新 券记录状态并退回券 |
| | |
| | | */ |
| | | public List<UserSystemCouponVO> getFreeCouponList(Long uid); |
| | | |
| | | public List<UserSystemCouponVO> getGoodsCouponList(Long uid, Long auctionId) throws UserSystemCouponException, Exception; |
| | | public List<UserSystemCouponVO> getGoodsCouponList(Long uid, String auctionId) throws UserSystemCouponException, Exception; |
| | | |
| | | } |