删除购买视频修改

newMaster
fjj 2024-01-18 10:28:22 +08:00
parent 037643567e
commit 7d6f974bd4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class UserVideoController {
return HealthR.ok(userVideoCollectionVos); return HealthR.ok(userVideoCollectionVos);
} }
//用户删除购买的视频 //用户删除购买的视频
@DeleteMapping("/deleteVideoBuy}") @DeleteMapping("/deleteVideoBuy")
public HealthR deleteVideoBuy(@RequestParam Integer videoId){ public HealthR deleteVideoBuy(@RequestParam Integer videoId){
userVideoService.deleteVideoBuy(videoId); userVideoService.deleteVideoBuy(videoId);
return HealthR.ok(); return HealthR.ok();