[fix]修改评论列表的路径

This commit is contained in:
wangqx 2025-08-30 10:23:53 +08:00
parent 4d02d61b64
commit 76f1afc0fe

View File

@ -37,7 +37,7 @@ public class AppCommentController {
private RedisCache redisCache;
@ApiOperation("查询视频评论列表")
@PostMapping("/vlogComments")
@PostMapping("/page")
public R<Page<CommentVO>> queryVlogComments(
@RequestBody CommentBO bo,
@RequestBody Page<Comment> page) {