Commit 47ddb0a339c89164056fc37c149646886a3fb31e
1 parent
3904a5a4
修改方法名
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/top/panll/assist/controller/RecordController.java
| ... | ... | @@ -132,7 +132,7 @@ public class RecordController { |
| 132 | 132 | @Parameter(name = "fileLIstInfo", description = "FileLIstInfo", required = true) |
| 133 | 133 | @ResponseBody |
| 134 | 134 | @PostMapping(value = "/file/delete", produces = "application/json;charset=UTF-8") |
| 135 | - public int fileDuration( @RequestBody FileLIstInfo fileLIstInfo) { | |
| 135 | + public int deleteFile( @RequestBody FileLIstInfo fileLIstInfo) { | |
| 136 | 136 | return videoFileService.deleteFile(fileLIstInfo.getFilePathList()); |
| 137 | 137 | } |
| 138 | 138 | } | ... | ... |