xiangpei
2025-06-18 0bcc66233bfe26a356c7ffa820f6a97a214a9b49
buyer-api/src/main/java/cn/lili/controller/lmk/VideoController.java
@@ -75,6 +75,12 @@
        return videoService.healthRecommendVideo(query);
    }
    @GetMapping("/goods/detail/{videoId}")
    @ApiOperation(value = "视频商品查看", notes = "视频商品查看")
    public Result getGoodsDetail(@PathVariable("videoId") String videoId) {
        return videoService.getGoodsDetail(videoId);
    }
    @PostMapping("/view/record")
    @ApiOperation(value = "保存观看记录", notes = "保存观看记录")
    public Result saveViewRecord(@RequestBody VideoFootPrintForm form) {