Update API.java

This commit is contained in:
FongMi 2023-05-11 17:10:31 +08:00
parent bbdc0d413e
commit f858f628ad
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ public class API {
public JSONObject getVideoPreviewPlayInfo(String fileId) {
try {
SpiderDebug.log("getPreviewUrl..." + fileId);
SpiderDebug.log("getVideoPreviewPlayInfo..." + fileId);
tempIds.add(0, copy(fileId));
JSONObject body = new JSONObject();
body.put("file_id", tempIds.get(0));