Skip to content

Commit

Permalink
Merge branch 'release/v1.6.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Jan 31, 2024
2 parents ed0202e + 711d430 commit dfe83b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/dsp/campaign/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type UpdateRequest struct {
DayBudget int64 `json:"day_budget,omitempty"`
// DayBudgetSchedule 分日预算
// 单位:厘,指定 0 表示预算不限,默认为 0;每天不小于 500 元,不超过 100000000 元,仅支持输入数字;修改预算不得低于该计划当日花费的 120% 和修改前预算的较小者,与 day_budget 不能同时传,均不能低于该计划下任一广告组出价。事例:时间周期为周一到周日,样例:"day_budget_schedule":[11110000,22220000,0,0,0,0,0],优先级高于day_budget。当 bid_type = 1时,day_budget 或者 budget_schedule 二选一必填
DayBudgetSchedule int64 `json:"day_budget_schedule,omitempty"`
DayBudgetSchedule []int64 `json:"day_budget_schedule,omitempty"`
// AutoAdjust 自动调控开关
// 0:关闭,1:开启
AutoAdjust *int `json:"auto_adjust,omitempty"`
Expand Down

0 comments on commit dfe83b3

Please sign in to comment.