Skip to content

Commit 3cf254b

Browse files
committed
fix(promotion): missing open_urls in promotion_material
1 parent 77e84ba commit 3cf254b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

marketing-api/model/v3/promotion/promotion.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ type PromotionMaterial struct {
178178
// OpenURL 直达链接,用于打开电商app,调起店铺
179179
// 仅在电商店铺推广目的下有效
180180
OpenURL string `json:"open_url,omitempty"`
181+
// OpenURLs 电商优选直达链接组
182+
OpenURLs []string `json:"open_urls,omitempty"`
181183
// Ulink 直达备用链接,支持穿山甲和站内广告位
182184
Ulink string `json:"ulink,omitempty"`
183185
// DynamicCreateiveSwitch 动态创意开关,允许值:ON开启(默认值),OFF关闭,当ad_type=SEARCH时有效

0 commit comments

Comments
 (0)