add - yiso678991

This commit is contained in:
yangqiang3504
2022-09-08 16:50:58 +08:00
parent 2e92f08734
commit 898e3a99cf
@@ -121,8 +121,8 @@ public class PushAgentQQ extends Spider {
}
JSONObject result = new JSONObject();
result.put("page", pg);
result.put("pagecount", Integer.MAX_VALUE);
result.put("limit", 120);
result.put("pagecount", 1);
result.put("limit", Integer.MAX_VALUE);
result.put("total", Integer.MAX_VALUE);
result.put("list", videos);
return result;