Fix bug
This commit is contained in:
parent
0298f9b087
commit
69c45d91aa
|
|
@ -411,7 +411,7 @@ public class AliYun {
|
|||
List<String> url = new ArrayList<>();
|
||||
for (int i = tasks.size() - 1; i >= 0; i--) {
|
||||
url.add(tasks.get(i).getTemplateId());
|
||||
url.add(proxyVideoUrl("preview", shareId, fileId, tasks.get(i).getUrl()));
|
||||
url.add(proxyVideoUrl("preview", shareId, fileId, tasks.get(i).getTemplateId()));
|
||||
}
|
||||
return url;
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
e715cbacf01190dc870f24c0f4138e91
|
||||
cac76b1a53488ed7492d586ac2a9408b
|
||||
|
|
|
|||
Loading…
Reference in New Issue