描述错误

This commit is contained in:
cuizhibin 2025-06-23 16:24:18 +08:00
parent ab2bbfd990
commit 58032da00a
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class AudioController {
return Result.ok(audioFileInfoService.selectById(audioId)); return Result.ok(audioFileInfoService.selectById(audioId));
} }
@ApiOperation(value = "删除图像", httpMethod = "DELETE") @ApiOperation(value = "删除音频", httpMethod = "DELETE")
@DeleteMapping("/{imageId}") @DeleteMapping("/{imageId}")
public Result remove(@PathVariable String imageId){ public Result remove(@PathVariable String imageId){
audioFileInfoService.deleteById(imageId); audioFileInfoService.deleteById(imageId);