评论 _黎 2021-12-16 111 阅读1分钟 //是否点赞 this.IsLike = likeManager.IsLike(VideoId, UserId); //获取点赞条数 this.LikeCount = likeManager.Count(VideoId); 好友存储在redis中,则添加好友需要相互加,故添加两次好友,且两者必须同时成立才能成功添加好友