完善用户信息4

fjj
fjj 2024-01-19 21:59:37 +08:00
parent c33fc3ae52
commit a6b1365818
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ public class VideoController {
return HealthR.ok();
}
//评论列表
@GetMapping("/v1/findVideoCommentList")
public HealthR<List<VideoCommentVo>> findVideoCommentList(@RequestParam Integer videoId) {