Skip to content

Commit 325d834

Browse files
committed
Merge branch 'release/v1.7.6'
2 parents 4b138c4 + 5c1a2d4 commit 325d834

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

model/file/ad_video_list.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ type AdVideoListRequest struct {
1616
StartDate string `json:"start_date,omitempty"`
1717
// EndDate 结束时间
1818
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"`
1923
// Page 请求的页码数
2024
Page int `json:"page,omitempty"`
2125
// PageSize 每页行数

0 commit comments

Comments
 (0)