sean.zhou
2022-09-23 8ce3bb68bdc2250cc4a8a3d29085443fac64615a
src/main/java/com/dji/sample/media/service/IFileService.java
@@ -49,8 +49,8 @@
    /**
     * Get the download address of the file.
     * @param workspaceId
     * @param fingerprint
     * @param fileId
     * @return
     */
    URL getObjectUrl(String workspaceId, String fingerprint);
    URL getObjectUrl(String workspaceId, String fileId);
}