支持http/https文件流作为预览源url

This commit is contained in:
陈精华
2019-06-17 14:21:16 +08:00
committed by kl
parent cf1ee9c631
commit fb7cdfbef7
14 changed files with 114 additions and 44 deletions

View File

@@ -1,5 +1,6 @@
package cn.keking.service;
import cn.keking.model.FileAttribute;
import org.springframework.ui.Model;
/**
@@ -7,5 +8,5 @@ import org.springframework.ui.Model;
* Content :
*/
public interface FilePreview {
String filePreviewHandle(String url, Model model);
String filePreviewHandle(String url, Model model, FileAttribute fileAttribute);
}