fanli/src/main/java/com/yeshi/fanli/controller/client/v2/SearchControllerV2.java
@@ -1177,6 +1177,17 @@ } } catch (PDDApiException e) { e.printStackTrace(); if (e.getCode() == PDDApiException.CODE_NOT_AUTH) { try { PDDGoodsDetail pddGoodsDetail = PinDuoDuoApiUtil.getGoodsDetail(Long.parseLong(goodsId), PinDuoDuoApiUtil.PID_DEFAULT, Constant.PDD_SEARCH_CUSTOMER_PARAMS); if (pddGoodsDetail != null) { count = 1; goodsList.add(pddGoodsDetail); } } catch (Exception e1) { } } } } else { PDDSearchFilter pddfilter = new PDDSearchFilter();