|
@@ -581,14 +581,15 @@ func GetThemeDetail(userId, industrialManagementId int, condition string) (items
|
|
|
|
|
|
//用户收藏榜start
|
|
|
type DepartmentDetailResp struct {
|
|
|
- DepartmentId int `description:"作者Id"`
|
|
|
- NickName string `description:"作者昵称"`
|
|
|
- ImgUrl string `description:"图片链接"`
|
|
|
- FllowNum int `description:"多少人关注"`
|
|
|
- ArticleNum int `description:"文章数量"`
|
|
|
- CollectNum int `description:"收藏人数"`
|
|
|
- IsFllow bool `description:"是否关注"`
|
|
|
- List []*ArticleCollectionResp
|
|
|
+ DepartmentId int `description:"作者Id"`
|
|
|
+ NickName string `description:"作者昵称"`
|
|
|
+ ImgUrl string `description:"图片链接"`
|
|
|
+ FllowNum int `description:"多少人关注"`
|
|
|
+ ArticleNum int `description:"文章数量"`
|
|
|
+ CollectNum int `description:"收藏人数"`
|
|
|
+ IsFllow bool `description:"是否关注"`
|
|
|
+ List []*ArticleCollectionResp
|
|
|
+ ListIndustrial []*IndustrialManagementNewResp
|
|
|
}
|
|
|
|
|
|
type DepartmentDetail struct {
|