forked from kidgrow-microservices-platform

luliqiang
2020-06-12 a99b31b826debeb47fe2388f47bea1f1f176b9a4
kidgrow-business/kidgrow-filecenter/kidgrow-filecenter-server/src/main/java/com/kidgrow/filecenter/controller/FileController.java
@@ -39,6 +39,20 @@
    /**
     * 文件上传
     * 根据fileType选择上传方式
     *
     * @param file
     * @return
     * @throws Exception
     */
    @PostMapping(value="/files-upload",consumes = MediaType.MULTIPART_FORM_DATA_VALUE)
    public FileInfo feignUpload(MultipartFile file) throws Exception {
        return fileService.upload(file);
    }
    /**
     * 文件删除
     *
     * @param id