This commit is contained in:
FongMi 2024-01-15 10:23:32 +08:00
parent 779981f456
commit 56a285a371
3 changed files with 3 additions and 5 deletions

View File

@ -17,6 +17,7 @@ import java.util.List;
import java.util.Map;
public class UpYun extends Ali {
private Map<String, String> getHeader() {
Map<String, String> header = new HashMap<>();
header.put("User-Agent", Util.CHROME);
@ -45,11 +46,8 @@ public class UpYun extends Ali {
String name = jsonObj.optString("title");
String pic = "https://pic.imgdb.cn/item/65767399c458853aeff8a6a0.webp";
String remark = jsonObj.optString("insert_time");
if (name.contains(key))
list.add(new Vod(id, name, pic, remark));
if (name.contains(key)) list.add(new Vod(id, name, pic, remark));
}
return Result.string(list);
}
}

Binary file not shown.

View File

@ -1 +1 @@
0111bf77b42bfb642dd8217dc6606828
a81ee775ab56884c4f5cb932cbc2d1af