Skip to content

Commit

Permalink
Merge branch 'release/v1.9.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Jul 30, 2024
2 parents 688c365 + 6ecb0d4 commit 5d5d17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/dsp/creative/creative.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ type NewExposeTag struct {
// Photo 素材
type Photo struct {
// PhotoID 视频 ID
PhotoID string `json:"photo_id,omitempty"`
PhotoID uint64 `json:"photo_id,omitempty"`
// CoverImageToken 封面图片 token
// 通过上传图片接口获得,不传值则直接使用视频的首帧作为封面图片,自定义封面的图片宽高要与视频宽高一致,使用智能抽帧时不需要传递。
CoverImageToken string `json:"cover_image_token,omitempty"`
Expand Down

0 comments on commit 5d5d17d

Please sign in to comment.