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) {