作者 yangfu

点赞数据

... ... @@ -565,5 +565,5 @@ type CommentData struct {
Id int64 `json:"id"` //评论编号
Content string `json:"content"` //评论内容
CommentTime int64 `json:"commentTime"` //评论时间
IsRead bool `json:"is_read"` //是否已读
IsRead bool `json:"isRead"` //是否已读
}
... ...