admin
2019-09-03 74ee9c42c1d87f3724a21e92871bc8c95c8364c6
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) {