| | |
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.dto.pdd.PDDGoodsDetail;
|
| | | import com.yeshi.fanli.dto.pdd.PDDGoodsResult;
|
| | | import com.yeshi.fanli.entity.bus.clazz.GoodsClass;
|
| | | import com.yeshi.fanli.exception.pdd.PDDOrderException;
|
| | |
|
| | |
| | | */
|
| | | public List<PDDGoodsDetail> specialSearch(Integer page, Long cid) throws PDDOrderException;
|
| | |
|
| | | /**
|
| | | * 爆款排行商品接口
|
| | | * @param page
|
| | | * @param sortType 1-实时热销榜;2-实时收益榜
|
| | | * @return
|
| | | */
|
| | | public PDDGoodsResult getTopGoodsList(int page, Integer sortType);
|
| | |
|
| | | /**
|
| | | * 今日热销
|
| | | * @return
|
| | | */
|
| | | public PDDGoodsResult getTodaySaleGoodsList();
|
| | |
|
| | | }
|