yujian
2019-07-16 c04327c1e6271e10c6d4f13ebb53438f6edca50e
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)