作者 tangxvhui

Merge branch 'dev' into test

... ... @@ -45,7 +45,7 @@ func (l *MiniGetArticleCommentLogic) MiniGetArticleComment(req *types.MiniGetArt
}
if commentInfo.Show == domain.CommentShowDisable {
return nil, xerr.NewErrMsg("具体评论已被关闭")
return nil, xerr.NewErrMsg("抱歉,此内容根据运营管理规则已隐藏,暂不可见")
}
queryOption := domain.NewQueryOptions().
... ...