|
@@ -416,7 +416,7 @@ func BannerMark(c *gin.Context) {
|
|
LastUpdatedTime: time.Now(),
|
|
LastUpdatedTime: time.Now(),
|
|
FirstSource: req.FirstSource,
|
|
FirstSource: req.FirstSource,
|
|
SecondSource: req.SecondSource,
|
|
SecondSource: req.SecondSource,
|
|
- BannerUrl: req.BannerUrl,
|
|
|
|
|
|
+ BannerUrl: "https://hzstatic.hzinsights.com/yb_xcx/banner.png",
|
|
}
|
|
}
|
|
err = banner_view_history.AddBannerViewHistory()
|
|
err = banner_view_history.AddBannerViewHistory()
|
|
if err != nil {
|
|
if err != nil {
|