mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 02:37:16 +08:00
【新增】增加通过文件id查询文件详情接口
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
*/
|
||||
package vip.xiaonuo.dev.api;
|
||||
|
||||
import cn.hutool.json.JSONObject;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
|
||||
/**
|
||||
@@ -101,4 +102,12 @@ public interface DevFileApi {
|
||||
* @date 2022/6/22 17:44
|
||||
**/
|
||||
String storageFileWithReturnIdMinio(MultipartFile file);
|
||||
|
||||
/**
|
||||
* 通过文件id查询文件详情
|
||||
*
|
||||
* @author chengchuanyao
|
||||
* @date 2024/7/26 16:10
|
||||
*/
|
||||
JSONObject getFileInfoById(String id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user