作者 tangxvhui

Merge branch 'dev' into test

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