From e280e50ca6ba65d2ab921f0f989cc94fe3ce169d Mon Sep 17 00:00:00 2001 From: Syd Xu Date: Fri, 29 Nov 2024 13:33:06 +0800 Subject: [PATCH] fix(dpa): clue_product Link json tag --- marketing-api/model/dpa/product.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marketing-api/model/dpa/product.go b/marketing-api/model/dpa/product.go index b2e87de..6a2cb52 100644 --- a/marketing-api/model/dpa/product.go +++ b/marketing-api/model/dpa/product.go @@ -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"` }