Fix limit

This commit is contained in:
FongMi 2022-11-14 14:06:26 +08:00
parent f53797467a
commit 288863ce80
3 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ public class Ali {
private void listFiles(Item parent, LinkedHashMap<String, String> name2id, Map<String, List<String>> subMap, String shareId, String shareToken, String marker) throws Exception { private void listFiles(Item parent, LinkedHashMap<String, String> name2id, Map<String, List<String>> subMap, String shareId, String shareToken, String marker) throws Exception {
JSONObject body = new JSONObject(); JSONObject body = new JSONObject();
List<Item> folders = new ArrayList<>(); List<Item> folders = new ArrayList<>();
body.put("limit", 1000); body.put("limit", 200);
body.put("share_id", shareId); body.put("share_id", shareId);
body.put("parent_file_id", parent.getFileId()); body.put("parent_file_id", parent.getFileId());
body.put("order_by", "name"); body.put("order_by", "name");

Binary file not shown.

View File

@ -1 +1 @@
cc6114eb6329d36b474f86b7c4830ff8 2ea843631a94122807d0765131c5ccb5