liyong
2 天以前 8f0f0cac207a4d026461124a63aa7226bb8b0d5f
src/main/java/com/ruoyi/other/controller/TempFileController.java
@@ -18,7 +18,7 @@
    private TempFileService tempFileService;
    @PostMapping("/upload")
    public AjaxResult uploadFile(MultipartFile file, String type) {
    public AjaxResult uploadFile(MultipartFile file, Integer type) {
        try {
            return AjaxResult.success(tempFileService.uploadFile(file, type));
        } catch (Exception e) {