update
This commit is contained in:
@@ -74,7 +74,6 @@ public class VideoFileController {
|
||||
public String getTmpImg(String url) {
|
||||
try {
|
||||
// 获取图片流
|
||||
System.out.println("url = " + url);
|
||||
InputStream inputStream = new URL(url).openStream();
|
||||
|
||||
// 将输入流转换为字节数组
|
||||
|
||||
Reference in New Issue
Block a user