|
@@ -61,12 +61,13 @@ type CygxYanxuanSpecialItem struct {
|
|
|
|
|
|
type CygxYanxuanSpecialResp struct {
|
|
|
CygxYanxuanSpecialItem
|
|
|
- Docs []Doc
|
|
|
- CompanyTags []string
|
|
|
- IndustryTags []string
|
|
|
- HasPermission int `description:"1:正常展示,2:不展示"`
|
|
|
- ExamineStatus int `description:"1:未发布,2:审核中 3:已发布 4:驳回"`
|
|
|
- IsShowExamine bool `description:"是否展示审核状态按钮"`
|
|
|
+ Docs []Doc
|
|
|
+ CompanyTags []string
|
|
|
+ IndustryTags []string
|
|
|
+ HasPermission int `description:"1:正常展示,2:不展示"`
|
|
|
+ ExamineStatus int `description:"1:未发布,2:审核中 3:已发布 4:驳回"`
|
|
|
+ IsShowExamine bool `description:"是否展示审核状态按钮"`
|
|
|
+ IsFollowAuthor bool // 是否已关注专栏
|
|
|
}
|
|
|
|
|
|
type CygxYanxuanSpecialCenterResp struct {
|