add - 详情页播放 push11

This commit is contained in:
yangqiang3504
2022-09-07 10:37:51 +08:00
parent b163bb2494
commit c151d4bf65
2 changed files with 5 additions and 5 deletions
@@ -147,10 +147,10 @@ public class XBiubiu extends Spider {
}
}
JSONObject result = new JSONObject();
result.put("page", pg);
result.put("pagecount", Integer.MAX_VALUE);
result.put("limit", 90);
result.put("total", Integer.MAX_VALUE);
result.put("page", 1);
result.put("pagecount", 1);
result.put("limit", videos.length());
result.put("total", videos.length());
result.put("list", videos);
return result;
} catch (Exception e) {