yujian
2019-09-10 65460a2dc7c69d8c0e031ec4c89e25d47e5173f2
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) {