作者 yangfu

点赞数据

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