|
@@ -72,6 +72,7 @@ type ArticleListResp struct {
|
|
|
IsCollect bool `description:"本人是否收藏"`
|
|
|
IsRed bool `description:"是否标红"`
|
|
|
CollectNum int `description:"收藏人数"`
|
|
|
+ MyCollectNum int `description:"我收藏的数量"`
|
|
|
Resource int `description:"来源类型,1:文章、2:产品内测"`
|
|
|
Cover string `description:"封面图片"`
|
|
|
BodyHighlight []string `description:"搜索高亮展示结果"`
|