admin
2025-02-25 30d8e227e8d823b6c38c3b9c90ac2df03b63befe
fanli/src/main/java/com/yeshi/fanli/service/impl/goods/PDDCommonTemplateContentServiceImpl.java
@@ -28,7 +28,7 @@
   public PDDGoodsResult getContentList(PDDCommonContentTypeEnum type, String cid, int page, int pageSize) {
      if (type == PDDCommonContentTypeEnum._1k9 || type == PDDCommonContentTypeEnum.todayTop 
            || type == PDDCommonContentTypeEnum.brandClear) {
         return PinDuoDuoApiUtil.searchByChannelType(page - 1, pageSize, type.getContent());
         return PinDuoDuoApiUtil.searchByChannelType(page - 1, pageSize, type.getContent(),null);
      } else if (type == PDDCommonContentTypeEnum.hotSaleGoods) {
         return pddGoodsService.getTopGoodsList(page, 2); // 热卖好货
      } else if (type == PDDCommonContentTypeEnum.todaySaleGoods) { // 热销榜单