src/main/java/com/dji/sample/media/controller/MediaController.java
@@ -28,6 +28,7 @@ /** * Check if the file has been uploaded by the fingerprint. * 检查文件是否已通过指纹上传。 * @param workspaceId * @param file * @return @@ -70,4 +71,4 @@ return ResponseResult.success(new ConcurrentHashMap<>(Map.of(MapKeyConst.TINY_FINGERPRINTS, existingList))); } } }