Skip to content

Commit

Permalink
Merge branch 'release/v1.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Aug 19, 2021
2 parents cf53a0d + 0015ae0 commit 5cf9da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/report/stat.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Stat struct {
// CreativeName 广告创意名称
CreativeName string `json:"creative_name,omitempty"`
// PhotoID 视频id
PhotoID int64 `json:"photo_id,omitempty"`
PhotoID string `json:"photo_id,omitempty"`
// PhotoUrl 视频链接
PhotoUrl string `json:"photo_url,omitempty"`
// ImageToken 封面id
Expand Down

0 comments on commit 5cf9da0

Please sign in to comment.