maven
昨天 ca77a052f3af47697cd3cf0a4f71468feb8455af
ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/CommonController.java
@@ -148,6 +148,15 @@
    }
    /**
     * 文件上传通用上传请求(多个)
     */
    @PostMapping("/commonUploads")
    public R uploads(List<MultipartFile> files, String bucketName,Long type) throws Exception
    {
        return R.ok(storageBlobService.uploads(files, bucketName,type));
    }
    /**
     * 本地资源通用下载
     */
    @GetMapping("/download/resource")