|
@@ -301,7 +301,7 @@ func GetChartCollectionByApi(mobile string, take, skip int) (items []*models.Hom
|
|
|
item.PtagName = v.ChartInfo.Ptag.Name
|
|
|
item.CtagName = v.ChartInfo.Ctag.Name
|
|
|
item.BodyHtml = v.ChartInfo.Cover
|
|
|
- item.HttpUrl = "https://vmp.hzinsights.com/v2/charts/" + strconv.Itoa(v.ChartId)
|
|
|
+ item.HttpUrl = utils.CHART_INFO_HTTP_URL + strconv.Itoa(v.ChartId)
|
|
|
item.IsNeedJump = true
|
|
|
items = append(items, item)
|
|
|
}
|