add - 详情页播放mm

This commit is contained in:
yangqiang3504
2022-09-07 13:40:21 +08:00
parent 26f8449b9d
commit 2a0a5ffb7a
3 changed files with 5 additions and 956 deletions
@@ -102,12 +102,11 @@ public class PushAgentQQ extends Spider {
}
JSONObject result = new JSONObject();
result.put("page", 1);
result.put("pagecount", 1);
result.put("limit", videos.length());
result.put("total", videos.length());
result.put("page", pg);
result.put("pagecount", Integer.MAX_VALUE);
result.put("limit", 120);
result.put("total", Integer.MAX_VALUE);
result.put("list", videos);
return result;
} catch (Exception e) {
SpiderDebug.log(e);
}