Browse Source

更新

master
huangjiajun 1 week ago
parent
commit
37cb4dd37b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/md/md_data_center_original_data.go

+ 2
- 2
app/md/md_data_center_original_data.go View File

@@ -8,8 +8,8 @@ var AdState = []SelectData{
} }


type DataCenterTableReq struct { type DataCenterTableReq struct {
StartDate string `json:"start_date" example:"2024-08-30 默认查昨天的 最近7天"`
EndDate string `json:"end_date" example:"2024-08-30"`
StartDate string `json:"start_time" example:"2024-08-30 默认查昨天的 最近7天"`
EndDate string `json:"end_time" example:"2024-08-30"`
Platform string `json:"platform" example:"平台"` Platform string `json:"platform" example:"平台"`
AppId string `json:"app_id" example:"应用"` AppId string `json:"app_id" example:"应用"`
AdType string `json:"ad_type" example:"广告位类型"` AdType string `json:"ad_type" example:"广告位类型"`


Loading…
Cancel
Save