yujian
2019-07-17 fe16122ad77ccd69c7f3c6dfff123c0c3aa3d35f
fanli/src/main/java/com/yeshi/fanli/util/pinduoduo/PinDuoDuoApiUtil.java
@@ -81,6 +81,8 @@
         map.put("sort_type", sf.getSortType() + "");
      if (sf.getHasCoupon() != null)
         map.put("with_coupon", sf.getHasCoupon() + "");
      if (sf.getIsBrand() != null)
         map.put("is_brand_goods", sf.getIsBrand() + "");
      if (sf.getCatId() != null)
         map.put("cat_id", sf.getCatId() + "");
      if (sf.getKw() != null)