liyong
11 小时以前 f81e12fe7535ce9ff603e3fd4ad8896494a524da
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) {