提交 1b80346f authored 作者: 任建彩's avatar 任建彩

feat:删除文件

1.file
上级 d64ba682
...@@ -114,7 +114,7 @@ public class FileController { ...@@ -114,7 +114,7 @@ public class FileController {
// 处理文件上传 // 处理文件上传
@ApiOperation(value = "删除") @ApiOperation(value = "删除")
@RequestMapping(value = "/delete", method = RequestMethod.POST) @RequestMapping(value = "/delete", method = RequestMethod.POST)
public CallBack<Boolean> delete(List<String> fileName){ public CallBack<Boolean> delete(@RequestBody List<String> fileName){
String filePath = null; String filePath = null;
if (fileName.size()>0) { if (fileName.size()>0) {
LambdaQueryWrapper<FileInfo> queryWrapper = new LambdaQueryWrapper<>(); LambdaQueryWrapper<FileInfo> queryWrapper = new LambdaQueryWrapper<>();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论