From 651f2856e9ae10aacbfb8327d967aacbb6d58333 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 12 四月 2023 18:13:58 +0800 Subject: [PATCH] 大淘客API修复/唯品会订单爬取策略修改 --- fanli/src/main/java/com/yeshi/fanli/service/impl/goods/PDDCommonTemplateContentServiceImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/goods/PDDCommonTemplateContentServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/goods/PDDCommonTemplateContentServiceImpl.java index fcf3632..258ebec 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/impl/goods/PDDCommonTemplateContentServiceImpl.java +++ b/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) { // 鐑攢姒滃崟 -- Gitblit v1.8.0