Skip to content

Commit

Permalink
fix(dpa): clue_product.image_urls -> images_url
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Sep 26, 2024
1 parent 7d715ea commit 222ff93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions marketing-api/model/dpa/product.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ type Product struct {
ImageURL string `json:"image_url,omitempty"`
// ImageURLs 扩展商品图,商品图片的补充
ImageURLs []Link `json:"image_urls,omitempty"`
// ImagesURL 扩展商品图,商品图片的补充
ImagesURL []Link `json:"images_url,omitempty"`
// Status 商品投放状态,0代表不可投放,1代表可投放
Status enum.ProductStatus `json:"status,omitempty"`
// AuditStatus 审核状态,可选值:
Expand Down

0 comments on commit 222ff93

Please sign in to comment.