|
@@ -130,7 +130,7 @@ type HomeChartListResp struct {
|
|
|
CreateDate string `description:"创建时间"`
|
|
|
PtagName string `description:"父类名称"`
|
|
|
CtagName string `description:"子类名称"`
|
|
|
- ImgUrlPc string `orm:"column(cover)";description:"图片链接"`
|
|
|
+ BodyHtml string `orm:"column(cover)";description:"图片链接"`
|
|
|
HttpUrl string `orm:"column(iframe)";description:"文章链接跳转地址"`
|
|
|
IsNeedJump bool `description:"是否需要跳转链接地址"`
|
|
|
Source int `description:"来源 1:文章, 2:图表"`
|