完善用户信息4
parent
c33fc3ae52
commit
a6b1365818
|
@ -34,6 +34,7 @@ public class VideoController {
|
||||||
return HealthR.ok();
|
return HealthR.ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//评论列表
|
//评论列表
|
||||||
@GetMapping("/v1/findVideoCommentList")
|
@GetMapping("/v1/findVideoCommentList")
|
||||||
public HealthR<List<VideoCommentVo>> findVideoCommentList(@RequestParam Integer videoId) {
|
public HealthR<List<VideoCommentVo>> findVideoCommentList(@RequestParam Integer videoId) {
|
||||||
|
|
Loading…
Reference in New Issue