We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0a0ae commit 4fc7f17Copy full SHA for 4fc7f17
marketing-api/model/v3/project/project.go
@@ -431,7 +431,7 @@ type DeliverySetting struct {
431
// OFF:关闭,关闭表示周期稳投7天后投放将自动终止
432
// ON:开启,开启表示投放结束后将继续维持7天固定周期的投放,跑量更加稳定,可以延续跑量
433
// 仅支持周期稳投链路,其他链路下传入该参数不生效
434
- SearchCOntinueDelivery string `json:"search_continue_delivery,omitempty"`
+ SearchContinueDelivery string `json:"search_continue_delivery,omitempty"`
435
}
436
437
// TrackURLSetting 监测链接设置
0 commit comments