sean.zhou
2022-09-23 a3360878835e4606c968441e432b0c3d4bd921ae
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);
}