|
@@ -53,7 +53,7 @@ public class JiaoYangFenXiaoServiceImpl implements IJiaoYangFenXiaoService {
|
|
params.put("orderCreateTimeEnd", orderCreateTimeEnd);
|
|
params.put("orderCreateTimeEnd", orderCreateTimeEnd);
|
|
}
|
|
}
|
|
// params.put("fundType", 1);
|
|
// params.put("fundType", 1);
|
|
- params.put("limit", 20);
|
|
|
|
|
|
+ params.put("limit", 100);
|
|
params.put("offset", offset);
|
|
params.put("offset", offset);
|
|
params.put("timeType", 1);
|
|
params.put("timeType", 1);
|
|
Map<String, String> headers = new HashMap<>();
|
|
Map<String, String> headers = new HashMap<>();
|
|
@@ -135,8 +135,8 @@ public class JiaoYangFenXiaoServiceImpl implements IJiaoYangFenXiaoService {
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|
|
- if (list.size() >= 20) {
|
|
|
|
- getOrderList(cookie, offset + 20, orderCreateTimeStart, orderCreateTimeEnd);
|
|
|
|
|
|
+ if (list.size() >= 100) {
|
|
|
|
+ getOrderList(cookie, offset + 100, orderCreateTimeStart, orderCreateTimeEnd);
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|