We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b138c4 + 5c1a2d4 commit 325d834Copy full SHA for 325d834
model/file/ad_video_list.go
@@ -16,6 +16,10 @@ type AdVideoListRequest struct {
16
StartDate string `json:"start_date,omitempty"`
17
// EndDate 结束时间
18
EndDate string `json:"end_date,omitempty"`
19
+ // UpdateStartDate 更新开始时间 与 update_end_date 同时传或同时不传; 过滤筛选条件,格式为"yyyy-MM-dd"
20
+ UpdateStartDate string `json:"update_start_date,omitempty"`
21
+ // UpdateEndDate 更新结束时间 与 update_start_date 同时传或同时不传; 过滤筛选条件,格式为"yyyy-MM-dd"
22
+ UpdateEndDate string `json:"update_end_date,omitempty"`
23
// Page 请求的页码数
24
Page int `json:"page,omitempty"`
25
// PageSize 每页行数
0 commit comments