xiangpei
7 天以前 cc1bab39263e90069ccef7139f71b2a4061780d1
buyer-api/src/main/java/cn/lili/controller/lmk/VideoController.java
@@ -68,6 +68,12 @@
        return videoService.recommendVideo(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) {