Skip to content

Commit 4fc7f17

Browse files
committed
fix(project): search_continue_delivery in delivery_setting
1 parent cd0a0ae commit 4fc7f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marketing-api/model/v3/project/project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ type DeliverySetting struct {
431431
// OFF:关闭,关闭表示周期稳投7天后投放将自动终止
432432
// ON:开启,开启表示投放结束后将继续维持7天固定周期的投放,跑量更加稳定,可以延续跑量
433433
// 仅支持周期稳投链路,其他链路下传入该参数不生效
434-
SearchCOntinueDelivery string `json:"search_continue_delivery,omitempty"`
434+
SearchContinueDelivery string `json:"search_continue_delivery,omitempty"`
435435
}
436436

437437
// TrackURLSetting 监测链接设置

0 commit comments

Comments
 (0)