|
|
@ -31,7 +31,7 @@ import java.util.List;
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Api(value = "通用文件上传下载接口", tags = "通用文件上传下载接口")
|
|
|
|
@Api(value = "通用文件上传下载接口", tags = "通用文件上传下载接口")
|
|
|
|
@RestController
|
|
|
|
@RestController
|
|
|
|
@RequestMapping("/file")
|
|
|
|
@RequestMapping("/ocr/file")
|
|
|
|
public class FileController {
|
|
|
|
public class FileController {
|
|
|
|
@Resource
|
|
|
|
@Resource
|
|
|
|
private IFileUploadService iFileUploadService;
|
|
|
|
private IFileUploadService iFileUploadService;
|
|
|
|