|
@@ -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
|
}
|