Skip to content

Commit

Permalink
Merge branch 'release/v1.20.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Oct 12, 2023
2 parents 3068282 + 1279251 commit 3f72a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketing-api/model/eventmanager/track_url_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type TrackURLUpdateRequest struct {
// AdvertiserID 广告主ID
AdvertiserID uint64 `json:"advertiser_id,omitempty"`
// AssetsID 资产ID
AssetsID uint64 `json:"assets_id,omitempty"`
AssetID uint64 `json:"asset_id,omitempty"`
// DownloadURL 应用下载链接,应用下载链接,IOS和安卓应用资产:必填
DownloadURL string `json:"download_url,omitempty"`
// TrackURLGroup 监测链接组信息,IOS和安卓应用可绑定多组监测链接
Expand Down

0 comments on commit 3f72a72

Please sign in to comment.