Skip to content

Commit

Permalink
Merge pull request #9 from Michael-LiK/main
Browse files Browse the repository at this point in the history
Update image.go
  • Loading branch information
bububa authored Feb 18, 2022
2 parents 6f9b6c7 + 86a71bc commit 9dc4d2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion model/file/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ type Image struct {
Format string `json:"format,omitempty"`
// Signature 图片MD5值
Signature string `json:"signature,omitempty"`
// ImageToken 图片token
// ImageToken 图片token 创建创意时使用
ImageToken string `json:"image_token,omitempty"`
// PicId 图片库图片ID
PicId string `json:"pic_id,omitempty"`
}

0 comments on commit 9dc4d2d

Please sign in to comment.