...
|
...
|
@@ -190,6 +190,8 @@ func (l *MiniBusinessLogic) MiniBusiness(req *types.MessageRequest, msgType doma |
|
|
Id: v.Id,
|
|
|
Content: v.Content,
|
|
|
Show: int(v.Show),
|
|
|
CountReply: v.CountReply,
|
|
|
CountUserLove: v.CountUserLove,
|
|
|
MatchUrl: v.MatchUrl,
|
|
|
}
|
|
|
to.Comment.AtWho = make([]types.CommentAtWho, 0)
|
...
|
...
|
@@ -207,6 +209,8 @@ func (l *MiniBusinessLogic) MiniBusiness(req *types.MessageRequest, msgType doma |
|
|
Id: v.Id,
|
|
|
Content: v.Content,
|
|
|
Show: int(v.Show),
|
|
|
CountReply: v.CountReply,
|
|
|
CountUserLove: v.CountUserLove,
|
|
|
MatchUrl: v.MatchUrl,
|
|
|
}
|
|
|
to.CommentParent.AtWho = make([]types.CommentAtWho, 0)
|
...
|
...
|
|