Skip to content

Commit

Permalink
Merge branch 'release/v1.7.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Apr 29, 2024
2 parents 4b138c4 + 5c1a2d4 commit 325d834
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/file/ad_video_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ type AdVideoListRequest struct {
StartDate string `json:"start_date,omitempty"`
// EndDate 结束时间
EndDate string `json:"end_date,omitempty"`
// UpdateStartDate 更新开始时间 与 update_end_date 同时传或同时不传; 过滤筛选条件,格式为"yyyy-MM-dd"
UpdateStartDate string `json:"update_start_date,omitempty"`
// UpdateEndDate 更新结束时间 与 update_start_date 同时传或同时不传; 过滤筛选条件,格式为"yyyy-MM-dd"
UpdateEndDate string `json:"update_end_date,omitempty"`
// Page 请求的页码数
Page int `json:"page,omitempty"`
// PageSize 每页行数
Expand Down

0 comments on commit 325d834

Please sign in to comment.