|
@@ -95,6 +95,8 @@ type HomeArticle struct {
|
|
|
Pv int `description:"PV"`
|
|
|
ImgUrlPc string `description:"图片链接"`
|
|
|
CategoryId string `description:"文章分类"`
|
|
|
+ HttpUrl string `description:"文章链接跳转地址"`
|
|
|
+ IsNeedJump bool `description:"是否需要跳转链接地址"`
|
|
|
}
|
|
|
|
|
|
type ArticleDetail struct {
|
|
@@ -136,6 +138,8 @@ type ArticleDetail struct {
|
|
|
IndustrialAndSubjectIds string `description:"文章关联产业和标的的ID字符串"`
|
|
|
IndustrialManagementId int `description:"文章关联产业ID"`
|
|
|
SellerList []*SellerRep
|
|
|
+ HttpUrl string `description:"文章链接跳转地址"`
|
|
|
+ IsNeedJump bool `description:"是否需要跳转链接地址"`
|
|
|
}
|
|
|
|
|
|
type ArticleDetailFileLink struct {
|