Skip to content

Commit

Permalink
fix(dpa): clue_product Link json tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Nov 29, 2024
1 parent 9adf874 commit e280e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketing-api/model/dpa/product.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ type ProductCategory struct {
}

type Link struct {
URL string `json:"string,omitempty"`
URL string `json:"url,omitempty"`
// TemplateID 视频模板ID
TemplateID string `json:"template_id,omitempty"`
}
Expand Down

0 comments on commit e280e50

Please sign in to comment.