admin
2020-11-25 604be616a6ba9e2604c8616be562c5a1c49f073c
fanli/src/main/java/com/yeshi/fanli/controller/apph5/AppH5ShareController.java
@@ -153,7 +153,7 @@
                        sf.setPage(1);
                        sf.setPageSize(100);
                        sf.setGoodsIdList(listIdPDD.toArray(ids));
                        PDDGoodsResult result = PinDuoDuoApiUtil.searchGoods(sf);
                        PDDGoodsResult result = PinDuoDuoApiUtil.searchGoods(sf,"437032");
                        if (result != null) {
                            listPDD = result.getGoodsList();
                        }