add - yiso678991
This commit is contained in:
@@ -121,8 +121,8 @@ public class PushAgentQQ extends Spider {
|
|||||||
}
|
}
|
||||||
JSONObject result = new JSONObject();
|
JSONObject result = new JSONObject();
|
||||||
result.put("page", pg);
|
result.put("page", pg);
|
||||||
result.put("pagecount", Integer.MAX_VALUE);
|
result.put("pagecount", 1);
|
||||||
result.put("limit", 120);
|
result.put("limit", Integer.MAX_VALUE);
|
||||||
result.put("total", Integer.MAX_VALUE);
|
result.put("total", Integer.MAX_VALUE);
|
||||||
result.put("list", videos);
|
result.put("list", videos);
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
Reference in New Issue
Block a user