|
@@ -429,7 +429,7 @@ func BannerMark(c *gin.Context) {
|
|
|
LastUpdatedTime: time.Now(),
|
|
|
FirstSource: req.FirstSource,
|
|
|
SecondSource: req.SecondSource,
|
|
|
- BannerUrl: item.ImageUrlPc,
|
|
|
+ BannerUrl: item.ImageUrlMobile,
|
|
|
}
|
|
|
err = banner_view_history.AddBannerViewHistory()
|
|
|
if err != nil {
|