|
@@ -95,6 +95,7 @@ type HomeArticle struct {
|
|
Pv int `description:"PV"`
|
|
Pv int `description:"PV"`
|
|
ImgUrlPc string `description:"图片链接"`
|
|
ImgUrlPc string `description:"图片链接"`
|
|
CategoryId string `description:"文章分类"`
|
|
CategoryId string `description:"文章分类"`
|
|
|
|
+ HttpUrl string `description:"文章链接跳转地址"`
|
|
}
|
|
}
|
|
|
|
|
|
type ArticleDetail struct {
|
|
type ArticleDetail struct {
|