guoshilong
2023-09-23 277ca8044510ec11cdf4484736f13449a0d31e49
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)));
    }
}
}