liyong
昨天 6c65bc2938ad7ab83166074022b332c65c9f0371
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) {