fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java
@@ -205,4 +205,18 @@ */ public void randomRewardCoupon(int num, Long uid, String source) throws Exception; /** * 添加券 * @param uid * @param couponType * @param source * @throws UserSystemCouponException */ public void exchangeCoupon(Long uid, String couponType, String source, boolean give, BigDecimal percent) throws UserSystemCouponException, Exception; public List<UserSystemCouponVO> getCouponList(long start, int count, Long uid) throws UserSystemCouponException, Exception; }