rain
2024-08-17 2c32b112efcdf0b8c927026c4f5b8171ed783493
src/main/java/com/dji/sample/media/controller/FileController.java
@@ -178,4 +178,9 @@
    public ResponseResult downloadImages(@RequestBody List<String> jobIds) {
        return fileService.downloadImages(jobIds);
    }
    @GetMapping("/refreshPhoto")
    public void refreshPhoto(){
        fileService.getNoaddFile();
    }
}