From 8e751a7ee99afce71ac615a6111228c5c785ee46 Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期三, 14 八月 2019 09:52:59 +0800 Subject: [PATCH] Merge branch 'div' of ssh://193.112.35.168:29418/fanli-server into div --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java index 6eeb35d..34652bc 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java +++ b/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; + } -- Gitblit v1.8.0