描述错误
This commit is contained in:
parent
ab2bbfd990
commit
58032da00a
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue