1. 用户评论信息 URL 变更

main
lyp 12 months ago
parent ebf86c7fb8
commit 80e2c33310

@ -67,8 +67,8 @@ public class CommentController extends BaseController{
return Result.success();
}
@PutMapping("/thumbup")
public Result<CommentThumbupVo> thumbup(@RequestParam String userId){
@GetMapping("/getUserCommentInfo")
public Result<CommentThumbupVo> getUserCommentInfo(@RequestParam String userId){
CommentThumbupVo userCommentInfo = commentService.getUserCommentInfo(userId);
return Result.success(userCommentInfo);
}

Loading…
Cancel
Save