Skip to content

Commit

Permalink
fix(dsp/creative): AdvanceCreative.Photo.PhotoID is uint64
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Jul 30, 2024
1 parent f71d0c1 commit 6ecb0d4
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 6ecb0d4

Please sign in to comment.