zwxi hace 1 año
padre
commit
abaa521328
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controller/public.go

+ 1 - 1
controller/public.go

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