diff --git a/app/md/md_advertising.go b/app/md/md_advertising.go index e77bc88..db7193e 100644 --- a/app/md/md_advertising.go +++ b/app/md/md_advertising.go @@ -6,11 +6,15 @@ var AdvertisingPlatform = []map[string]string{ } var AdvertisingType = []map[string]string{ {"name": "APP开屏(开屏广告)", "value": "open_advertisement"}, - {"name": "首页砸蛋(激励视频)", "value": "incentive_eggSmash"}, - {"name": "首页签到(激励视频)", "value": "incentive_eggSign"}, + {"name": "蛋蛋主题砸蛋(激励视频)", "value": "incentive_eggSmash"}, + {"name": "蛋蛋主题签到(激励视频)", "value": "incentive_eggSign"}, {"name": "提现(激励视频)", "value": "incentive_withdraw"}, {"name": "积分兑换(插屏)", "value": "interstitial_integralExchange"}, {"name": "动态IM(信息流)", "value": "information_im"}, + {"name": "蛋蛋主题底部(信息流)", "value": "information_eggTheme"}, + {"name": "会员中心底部(信息流)", "value": "information_member"}, + {"name": "首页介绍底部(信息流)", "value": "information_index"}, + {"name": "提现底部(信息流)", "value": "information_withdraw"}, } type AdvertisingBase struct {