| | |
| | |
|
| | | 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.fanli.entity.taobao.TaoBaoShop;
|
| | | import com.yeshi.common.entity.taobao.TaoBaoShop;
|
| | | import com.yeshi.fanli.exception.brand.BrandClassShopException;
|
| | | import com.yeshi.fanli.vo.brand.TaoBaoShopVO;
|
| | |
|
| | |
| | | * @param cid
|
| | | * @return
|
| | | */
|
| | | public JSONObject listEffectiveCache(int page, Long cid);
|
| | | public JSONObject listEffectiveCache(int page, Long cid,SystemEnum system);
|
| | |
|
| | | /**
|
| | | * 点击次数
|
| | |
| | | * @param cid
|
| | | * @return
|
| | | */
|
| | | public JSONObject listEffectiveCacheV2(int page, Long cid);
|
| | | public JSONObject listEffectiveCacheV2(int page, Long cid,String platform,String version,SystemEnum system);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @param cid
|
| | | * @return
|
| | | */
|
| | | public List<TaoBaoShopVO> listEffectiveShop(long start, int count, Long cid);
|
| | | public List<TaoBaoShopVO> listEffectiveShop(long start, int count, Long cid,String platform,String version,SystemEnum system);
|
| | |
|
| | |
|
| | |
|
| | |
| | | * @param cid
|
| | | * @return
|
| | | */
|
| | | public List<TaoBaoShop> listEffectiveClassShop(Long cid);
|
| | | public List<TaoBaoShop> listEffectiveClassShop(Long cid,SystemEnum system);
|
| | |
|
| | | }
|