Skip to content

Commit

Permalink
Merge branch 'release/v1.28.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Sep 29, 2024
2 parents 222ff93 + dc64621 commit ecb739e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions marketing-api/model/spi/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ type EventContent struct {
AdIDs []uint64 `json:"ad_ids,omitempty"`
// GroupIDs 被暂停的管家项目列表
GroupIDs []uint64 `json:"group_ids,omitempty"`
// ProjectIDs 状态发生变更的项目ids
ProjectIDs []uint64 `json:"project_ids,omitempty"`
// PromotionIDs 成功占用配额的巨量引擎体验版的广告列表
PromotionIDs []uint64 `json:"promotion_ids,omitempty"`
// SumQuota 变化后在投计划配额
Expand Down

0 comments on commit ecb739e

Please sign in to comment.