yujian
2019-08-29 e1dcef9d29c8de98c603cd4880f6b272c23f1cc0
fanli/src/main/java/com/yeshi/fanli/util/pinduoduo/PinDuoDuoApiUtil.java
@@ -336,6 +336,7 @@
      map.put("page", page + "");
      map.put("page_size", pageSize + "");
      String result = baseRequest(map);
      System.out.println(result);
      JSONObject json = JSONObject.fromObject(result);
      JSONObject root = json.optJSONObject("order_list_get_response");
      if (root != null) {