Merge remote-tracking branch 'origin/wzj-main' into wzj-main

This commit is contained in:
haolj 2025-08-30 16:36:25 +08:00
commit b9b7d66549

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