1
xieb
2024-04-11 7e5e8aa8e961ee94bd704cb20eef3154caf7463c
src/main/java/com/dji/sample/media/service/IFileService.java
@@ -48,7 +48,7 @@
     * @param pageSize
     * @return
     */
    PaginationData<MediaFileDTO> getMediaFilesPaginationByWorkspaceId(String workspaceId, long page, long pageSize, MediaFileQueryParam mediaFileQueryParam);
    PaginationData<MediaFileEntity> getMediaFilesPaginationByWorkspaceId(String workspaceId, long page, long pageSize, MediaFileQueryParam mediaFileQueryParam);
    /**
     * Get the download address of the file.