Fix limit

This commit is contained in:
FongMi 2022-11-14 14:06:26 +08:00
parent 0ef9f32b87
commit 3280cb29e5
5 changed files with 4 additions and 4 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

View File

@ -1,5 +1,5 @@
{ {
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;cc6114eb6329d36b474f86b7c4830ff8", "spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;2ea843631a94122807d0765131c5ccb5",
"wallpaper": "https://gao.chuqiuyu.tk", "wallpaper": "https://gao.chuqiuyu.tk",
"lives": [ "lives": [
{ {

View File

@ -1,5 +1,5 @@
{ {
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;cc6114eb6329d36b474f86b7c4830ff8", "spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;2ea843631a94122807d0765131c5ccb5",
"wallpaper": "http://www.kf666888.cn/api/tvbox/img", "wallpaper": "http://www.kf666888.cn/api/tvbox/img",
"lives": [ "lives": [
{ {