From 4e4af90184f5fa5b40d87e2d08d9192bfd237ef0 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 30 四月 2021 19:13:58 +0800 Subject: [PATCH] 拼多多备案,京东、拼多多,唯品会,苏宁支持小程序跳转 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/integral/IntegralExchangeService.java | 132 ++++++++++++++++++++++---------------------- 1 files changed, 66 insertions(+), 66 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/integral/IntegralExchangeService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/integral/IntegralExchangeService.java index 259c0f3..ce43ce6 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/integral/IntegralExchangeService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/integral/IntegralExchangeService.java @@ -1,66 +1,66 @@ -package com.yeshi.fanli.service.inter.user.integral; - -import java.util.List; - -import com.yeshi.fanli.entity.integral.IntegralExchange; -import com.yeshi.fanli.exception.integral.IntegralExchangeException; -import com.yeshi.fanli.vo.integral.ExchangeTipVO; - -public interface IntegralExchangeService { - - /** - * 鏍规嵁涓婚敭鏌ヨ - * @param id - * @return - */ - public IntegralExchange selectByPrimaryKey(Long id); - - /** - * 鏌ヨ鏈夋晥鐨� - * @param start - * @param count - * @return - */ - public List<IntegralExchange> listValidCache(long start, int count); - - public Long countValid(); - - /** - * 閲戝竵鍏戞崲妫�楠� - * @param uid - * @param id - * @return - * @throws IntegralExchangeException - */ - public ExchangeTipVO verifyExchange(Long uid, Long id) throws IntegralExchangeException; - - - /** - * 楠岃瘉鍐呴儴椤甸潰 - * @param uid - * @param id - * @return - * @throws IntegralExchangeException - */ - public ExchangeTipVO verifyInviteCode(Long uid, Long id) throws IntegralExchangeException; - - /** - * 閲戝竵鍏戞崲 - * @param uid - * @param id - * @throws IntegralExchangeException - */ - public IntegralExchange exchange(Long uid, Long id) throws IntegralExchangeException; - - - /** - * 閭�璇风爜鍏戞崲 - * @param uid - * @param id - * @return - * @throws IntegralExchangeException - */ - public String exchangeInviteCode(Long uid, Long id) throws IntegralExchangeException; - - -} +package com.yeshi.fanli.service.inter.user.integral; + +import java.util.List; + +import com.yeshi.fanli.entity.integral.IntegralExchange; +import com.yeshi.fanli.exception.integral.IntegralExchangeException; +import com.yeshi.fanli.vo.integral.ExchangeTipVO; + +public interface IntegralExchangeService { + + /** + * 鏍规嵁涓婚敭鏌ヨ + * @param id + * @return + */ + public IntegralExchange selectByPrimaryKey(Long id); + + /** + * 鏌ヨ鏈夋晥鐨� + * @param start + * @param count + * @return + */ + public List<IntegralExchange> listValidCache(long start, int count); + + public Long countValid(); + + /** + * 閲戝竵鍏戞崲妫�楠� + * @param uid + * @param id + * @return + * @throws IntegralExchangeException + */ + public ExchangeTipVO verifyExchange(Long uid, Long id) throws IntegralExchangeException; + + + /** + * 楠岃瘉鍐呴儴椤甸潰 + * @param uid + * @param id + * @return + * @throws IntegralExchangeException + */ + public ExchangeTipVO verifyInviteCode(Long uid, Long id) throws IntegralExchangeException; + + /** + * 閲戝竵鍏戞崲 + * @param uid + * @param id + * @throws IntegralExchangeException + */ + public IntegralExchange exchange(Long uid, Long id) throws IntegralExchangeException; + + + /** + * 閭�璇风爜鍏戞崲 + * @param uid + * @param id + * @return + * @throws IntegralExchangeException + */ + public String exchangeInviteCode(Long uid, Long id) throws IntegralExchangeException; + + +} -- Gitblit v1.8.0