From 81da61b828e29b7745e1382dfbbaeb685dc083ef Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 23 一月 2024 17:17:55 +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