From 4b80d2dab78d0cef3d149a0a11240b5e39b581a3 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期一, 04 三月 2019 17:26:00 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 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 ca545de..26122a2 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 @@ -71,7 +71,7 @@ * @throws UserSystemCouponException * @throws Exception */ - public List<UserSystemCouponVO> getGoodsCouponList(Long uid) throws UserSystemCouponException, Exception; + public List<UserSystemCouponVO> getGoodsCouponList(Long uid, Long auctionId) throws UserSystemCouponException, Exception; /** * 鏇存柊鍒镐娇鐢ㄨ褰� @@ -176,5 +176,14 @@ * @throws Exception */ public void updateStateByArrivalAccount(String orderNo) throws Exception; + + /** + * 棰嗗彇鏈櫥褰曟椂宸叉娊濂栫殑绀煎搧 + * @param uid + * @param platform + * @param device + * @throws Exception + */ + public void copyLotteryPrize(Long uid, int platform, String device) throws Exception; } -- Gitblit v1.8.0