add - Upyso89

This commit is contained in:
yangqiang3504
2022-09-05 17:07:36 +08:00
parent 4689e2a2f2
commit abf47995ae
2 changed files with 2 additions and 2 deletions
@@ -45,7 +45,7 @@ public class Upyunso extends Spider {
try {
JSONArray jSONArray = new JSONArray();
key = URLEncoder.encode(key);
JSONArray arr = Base64Utils.getJSONByUrl("https://api.upyunso.com/search?keyword=" + key);
JSONArray arr = Base64Utils.getJSONByUrl("https://api.upyunso.com/search?keyword=" + key+"&page=1");
if (arr.length() > 0) {
String pic = "http://image.xinjun58.com/image/tv/ups.jpg";
for (int i = 0; i < arr.length(); i++) {