| | |
| | | * @param lableName 标签名
|
| | | * @return
|
| | | */
|
| | | public List<QualityFactory> listFreeGoods(long start, int count, Double tkRate, String lableName);
|
| | | public List<QualityFactory> listFreeGoods(long start, int count);
|
| | |
|
| | | public long countFreeGoods(Double tkRate, String lableName);
|
| | | public long countFreeGoods();
|
| | |
|
| | | /**
|
| | | * 限时秒杀随机3个商品
|
| | |
| | | BigDecimal maxQuanPrice);
|
| | |
|
| | | public long countQueryEverydayRob(BigDecimal zkPrice, BigDecimal minQuanPrice, BigDecimal maxQuanPrice);
|
| | | |
| | | /**
|
| | | * 首页推荐
|
| | | * @param start
|
| | | * @param count
|
| | | * @param proportion
|
| | | * @return
|
| | | */
|
| | | public JSONArray getRecommendToIndexV2(long start, int count,String platform,String version);
|
| | | }
|