Skip to content

Commit

Permalink
feat(file): 素材管理-获取视频素材接口新增支持star_author_ids星图达人id检索,可通过星图达人id进行视频素材筛选
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Aug 28, 2024
1 parent aaf36d5 commit 5feed44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions marketing-api/model/file/video_get.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ type VideoGetFilter struct {
// Source 素材来源,详见【附录-素材来源】
// 枚举值大小写敏感,请严格按照定义的名称传参
Source []enum.MaterialSource `json:"source,omitempty"`
// StarAuthorIDs 星图达人 id 检索,仅当source = STAR 时,支持通过星图达人ID进行筛选,单次最多支持传入20 个id进行检索
StarAuthorIDs []string `json:"star_author_ids,omitempty"`
}

// Encode implement GetRequest interface
Expand Down

0 comments on commit 5feed44

Please sign in to comment.