From dc5be7d38446f70e6ff86df311119c32b41fe7f8 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 28 十一月 2020 16:37:05 +0800
Subject: [PATCH] 大淘客搜索接口升级

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java |   51 +++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 41 insertions(+), 10 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java
index 44f4fe7..c3717fc 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java
@@ -2,10 +2,13 @@
 
 import java.util.List;
 
+import com.yeshi.fanli.entity.SystemEnum;
 import org.springframework.web.multipart.MultipartFile;
 
 import com.yeshi.fanli.entity.brand.BrandClassShop;
+import com.yeshi.common.entity.taobao.TaoBaoShop;
 import com.yeshi.fanli.exception.brand.BrandClassShopException;
+import com.yeshi.fanli.vo.brand.TaoBaoShopVO;
 
 import net.sf.json.JSONObject;
 
@@ -17,14 +20,6 @@
  */
 public interface BrandClassShopService {
 
-	/**
-	 * 鏌ヨ鏈夋晥鍒嗙被
-	 * 
-	 * @return
-	 */
-	public List<BrandClassShop> listEffective(long start, int count, Long cid);
-
-	public long countEffective(Long cid);
 
 	/**
 	 * 鏄惁瀛樺湪
@@ -63,7 +58,7 @@
 	 * @param state
 	 * @throws BrandClassShopException
 	 */
-	public void changeShopInfo(MultipartFile file, Long id, Long cid, String shopName, Integer state, Integer top)
+	public void changeShopInfo(MultipartFile file, Long id, Long cid, String shopName, Integer state, Integer top,String key)
 			throws BrandClassShopException;
 	
 	
@@ -85,7 +80,7 @@
 	 * @param cid
 	 * @return
 	 */
-	public JSONObject listEffectiveCache(int page, Long cid);
+	public JSONObject listEffectiveCache(int page, Long cid,SystemEnum system);
 
 	/**
 	 * 鐐瑰嚮娆℃暟
@@ -99,4 +94,40 @@
 	 */
 	public void deleteBatchByClassId(List<Long> list);
 	
+	
+	/**
+	 * 鏇存柊鍝佺墝鍟嗗搧
+	 */
+	public void updateShopGoods();
+
+	/**
+	 * 搴楅摵鍒楄〃
+	 * @param page
+	 * @param cid
+	 * @return
+	 */
+	public JSONObject listEffectiveCacheV2(int page, Long cid,String platform,String version,SystemEnum system);
+
+	
+	/**
+	 *  鍏煎2.0
+	 * @param start
+	 * @param count
+	 * @param cid
+	 * @return
+	 */
+	public List<TaoBaoShopVO> listEffectiveShop(long start, int count, Long cid,String platform,String version,SystemEnum system);
+
+	
+	
+	public long countBrandShopinfo(Long cid);
+
+	
+	/**
+	 * 鍒嗙被涓嬪簵閾�
+	 * @param cid
+	 * @return
+	 */
+	public List<TaoBaoShop> listEffectiveClassShop(Long cid,SystemEnum system);
+	
 }

--
Gitblit v1.8.0