Skip to content

Commit

Permalink
fix(dsp/unit): BatchUpdateMonitorURLs missing advertiser_id
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Mar 19, 2024
1 parent 93a40fa commit 4121dbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/dsp/unit/monitor_urls.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ type GetMonitorURLsResponse struct {

// BatchUpdateMonitorURLsRequest 监测链接批量更新接口 API Request
type BatchUpdateMonitorURLsRequest struct {
// AdvertiserID 广告主ID
AdvertiserID uint64 `json:"advertiser_id,omitempty"`
// UnitMonitorURLs 监测链接详情
UnitMonitorURLs []UnitMonitorURL `json:"unit_monitor_urls,omitempty"`
}
Expand Down

0 comments on commit 4121dbf

Please sign in to comment.