Skip to content

Commit

Permalink
Merge branch 'release/v1.6.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Mar 19, 2024
2 parents 306c978 + 4121dbf commit fc0a061
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 fc0a061

Please sign in to comment.