This commit is contained in:
parent
cfeb82a6a9
commit
15f0a6d610
|
|
@ -189,7 +189,7 @@ public class Bili01 extends Spider {
|
|||
list.put(result);
|
||||
}
|
||||
JSONObject result = new JSONObject();
|
||||
int limit = 8;
|
||||
int limit = tid.equals("recm") ? 11 : 20;
|
||||
int page = Integer.parseInt(pg);
|
||||
result.put("page", page);
|
||||
int pageCount = list.length() >= limit ? page + 1 : page;
|
||||
|
|
|
|||
Loading…
Reference in New Issue