|
@@ -96,6 +96,7 @@ type HomeArticle struct {
|
|
|
ImgUrlPc string `description:"图片链接"`
|
|
|
CategoryId string `description:"文章分类"`
|
|
|
HttpUrl string `description:"文章链接跳转地址"`
|
|
|
+ IsNeedJump bool `description:"是否需要跳转链接地址"`
|
|
|
}
|
|
|
|
|
|
type ArticleDetail struct {
|
|
@@ -138,6 +139,7 @@ type ArticleDetail struct {
|
|
|
IndustrialManagementId int `description:"文章关联产业ID"`
|
|
|
SellerList []*SellerRep
|
|
|
HttpUrl string `description:"文章链接跳转地址"`
|
|
|
+ IsNeedJump bool `description:"是否需要跳转链接地址"`
|
|
|
}
|
|
|
|
|
|
type ArticleDetailFileLink struct {
|