Browse Source

广告

master
huangjiajun 2 days ago
parent
commit
4583243c70
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/svc/advertising/svc_function.go

+ 1
- 0
app/svc/advertising/svc_function.go View File

@@ -19,6 +19,7 @@ func FunctionList(c *gin.Context) {
var resp md.AdvertisingFunctionListResp
noticeList := make([]md.AdvertisingFunctionList, 0)
resp.SelectData = []map[string]string{
{"name": "APP开屏(开屏广告)", "value": "open_advertisement"},
{"name": "首页砸蛋(激励视频)", "value": "incentive_eggSmash"},
{"name": "首页签到(激励视频)", "value": "incentive_eggSign"},
{"name": "提现(激励视频)", "value": "incentive_withdraw"},


Loading…
Cancel
Save