正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论