From 703128867e85a918cd20771fab3e0da1f08ecaa5 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期一, 22 七月 2019 15:28:47 +0800 Subject: [PATCH] 订单与资金消息兼容京东与拼多多 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java | 9 +-------- 1 files changed, 1 insertions(+), 8 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 b5ebfb8..957cf91 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 @@ -90,7 +90,7 @@ * @throws UserSystemCouponException * @throws Exception */ - public void useOrderCoupon(Long uid, Long id, String orderNo) throws UserSystemCouponException, Exception; + public void useOrderCoupon(Long uid, Long id, String orderNo, Integer goodsType) throws UserSystemCouponException, Exception; /** * 鏍规嵁璁㈠崟鍙疯幏鍙栧鍔卞埜浣跨敤杩涘害 @@ -205,11 +205,4 @@ */ public void randomRewardCoupon(int num, Long uid, String source) throws Exception; - /** - * 鍚庣鐩存帴鍙戦�佸埜 - * @param record - * @param uid - */ - public void randomRewardCouponForPush(Integer amount , Long uid) throws Exception; - } -- Gitblit v1.8.0