Skip to content

Commit

Permalink
Merge pull request #65 from bububa/develop
Browse files Browse the repository at this point in the history
fix(project): ulink_url in UpdateRequest
  • Loading branch information
bububa committed May 25, 2024
2 parents 785034e + af28ba3 commit 1bed1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketing-api/model/v3/project/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type UpdateRequest struct {
// OpenURL Deeplink直达链接
OpenURL string `json:"open_url,omitempty"`
// UlinkURL ulink直达链接
UlinkURL string `json:"urlink_url,omitempty"`
UlinkURL string `json:"ulink_url,omitempty"`
// DpaCategories 商品投放范围,分类列表,由【DPA商品广告-获取DPA分类】 得到
// 个数限制 [0, 1000]
// 不传和传空数组即为不限商品投放范围
Expand Down

0 comments on commit 1bed1e0

Please sign in to comment.