From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/service/inter/config/HotSearchService.java | 58 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 29 insertions(+), 29 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/config/HotSearchService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/config/HotSearchService.java index fa0db5b..072e938 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/config/HotSearchService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/config/HotSearchService.java @@ -1,29 +1,29 @@ -package com.yeshi.fanli.service.inter.config; - -import java.util.List; - -import com.yeshi.fanli.entity.SystemEnum; -import com.yeshi.fanli.entity.bus.search.HotSearch; - -public interface HotSearchService { - - - void addHotSearch(HotSearch hotSearch); - - void deleteHotSearch(long[] hsids); - - void updateHotSearch(HotSearch hotSearch); - - public List<HotSearch> listQuery(int start, int count, String key, Long systemId, Integer useType, SystemEnum system) throws Exception; - - int countList(String key, Long systemId, Integer useType, SystemEnum system); - - - /** - * 鏌ヨ鍚勪釜骞冲彴鐑悳 - * @param useType - * @return - */ - public List<HotSearch> getHotSearchCache(Integer useType, SystemEnum system); - -} +package com.yeshi.fanli.service.inter.config; + +import java.util.List; + +import com.yeshi.fanli.entity.SystemEnum; +import com.yeshi.fanli.entity.bus.search.HotSearch; + +public interface HotSearchService { + + + void addHotSearch(HotSearch hotSearch); + + void deleteHotSearch(Long[] hsids); + + void updateHotSearch(HotSearch hotSearch); + + public List<HotSearch> listQuery(int start, int count, String key, Long systemId, Integer useType, SystemEnum system) throws Exception; + + int countList(String key, Long systemId, Integer useType, SystemEnum system); + + + /** + * 鏌ヨ鍚勪釜骞冲彴鐑悳 + * @param useType + * @return + */ + public List<HotSearch> getHotSearchCache(Integer useType, SystemEnum system); + +} -- Gitblit v1.8.0