From a6f34b99ee20e528b766c8ed5a61bd9c5aa0e7ae Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 16 十一月 2019 18:10:33 +0800 Subject: [PATCH] 淘宝相似商品推荐接口优化,根据商品ID搜索商品基本信息优化 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java | 14 +++++++++++++- 1 files changed, 13 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 cde6d36..40effa6 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 @@ -238,7 +238,7 @@ * @throws UserSystemCouponException * @throws Exception */ - public List<UserSystemCouponVO> getCouponList(long start, int count, Long uid) throws UserSystemCouponException, Exception; + public List<UserSystemCouponVO> getCouponList(AcceptData acceptData, long start, int count, Long uid) throws UserSystemCouponException, Exception; /** @@ -326,4 +326,16 @@ */ public List<UserSystemCoupon> getFreeCouponByType(Long uid, String type); + /** + * 婵�娲诲厤鍗曞埜---璁㈠崟宸插埌璐� 瑙﹀彂婵�娲诲厤鍗曞埜 + * @param uid + */ + public void triggerFreeCouponActivate(Long uid, String orderNo, Integer source); + + /** + * 閫�鍥炲埜 + * @param giveid + */ + public void sendBackByGiveId(Long giveid); + } -- Gitblit v1.8.0