正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
@@ -87,7 +87,7 @@ type ( | @@ -87,7 +87,7 @@ type ( | ||
87 | Images []string `json:"images"` //图片 | 87 | Images []string `json:"images"` //图片 |
88 | CreatedAt int64 `json:"createdAt"` //文章的创建日期 | 88 | CreatedAt int64 `json:"createdAt"` //文章的创建日期 |
89 | CountLove int `json:"countLove"` //点赞数量 | 89 | CountLove int `json:"countLove"` //点赞数量 |
90 | - CountComment int `json:"CountComment"` //评论数量 | 90 | + CountComment int `json:"countComment"` //评论数量 |
91 | CountRead int `json:"countRead"` //浏览数量 | 91 | CountRead int `json:"countRead"` //浏览数量 |
92 | Show int `json:"show"` //是否隐藏 [0显示、1不显示] | 92 | Show int `json:"show"` //是否隐藏 [0显示、1不显示] |
93 | } | 93 | } |
@@ -830,7 +830,7 @@ type ArticleSearchMe struct { | @@ -830,7 +830,7 @@ type ArticleSearchMe struct { | ||
830 | Images []string `json:"images"` //图片 | 830 | Images []string `json:"images"` //图片 |
831 | CreatedAt int64 `json:"createdAt"` //文章的创建日期 | 831 | CreatedAt int64 `json:"createdAt"` //文章的创建日期 |
832 | CountLove int `json:"countLove"` //点赞数量 | 832 | CountLove int `json:"countLove"` //点赞数量 |
833 | - CountComment int `json:"CountComment"` //评论数量 | 833 | + CountComment int `json:"countComment"` //评论数量 |
834 | CountRead int `json:"countRead"` //浏览数量 | 834 | CountRead int `json:"countRead"` //浏览数量 |
835 | Show int `json:"show"` //是否隐藏 [0显示、1不显示] | 835 | Show int `json:"show"` //是否隐藏 [0显示、1不显示] |
836 | } | 836 | } |
-
请 注册 或 登录 后发表评论