|
@@ -46,6 +46,7 @@ type CygxYanxuanSpecialAuthorItem struct {
|
|
|
LatestPublishDate string // 最近更新时间
|
|
|
IsFollow int // 是否已关注 1已关注 0 未关注
|
|
|
HasChangeHeadImg int // 是否更换过默认头像 1是,0否
|
|
|
+ MomentsImg string `description:"分享到朋友圈的封面图片"`
|
|
|
YanxuanSpecialCenter *CygxYanxuanSpecialCenterAuthorResp // 研选专栏文章内容
|
|
|
}
|
|
|
|
|
@@ -149,9 +150,10 @@ WHERE 1= 1 `
|
|
|
}
|
|
|
|
|
|
type SpecialAuthorListResp struct {
|
|
|
- Paging *paging.PagingItem `description:"分页数据"`
|
|
|
- List []*CygxYanxuanSpecialAuthorItem
|
|
|
- IsAuthor bool
|
|
|
+ Paging *paging.PagingItem `description:"分页数据"`
|
|
|
+ List []*CygxYanxuanSpecialAuthorItem
|
|
|
+ IsAuthor bool
|
|
|
+ MomentsImg string `description:"分享到朋友圈的封面图片"`
|
|
|
}
|
|
|
|
|
|
type SaveCygxYanxuanSpecialAuthoHeadImgrReq struct {
|