|
|
@@ -8,8 +8,8 @@ var AdState = []SelectData{ |
|
|
|
} |
|
|
|
|
|
|
|
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:"平台"` |
|
|
|
AppId string `json:"app_id" example:"应用"` |
|
|
|
AdType string `json:"ad_type" example:"广告位类型"` |
|
|
|