Skip to content

Commit

Permalink
update(model): Qianchuan ad.ad_modity_time -> ad_modify_time
Browse files Browse the repository at this point in the history
  • Loading branch information
nukc committed Dec 4, 2024
1 parent a94a02b commit bcc26cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketing-api/model/qianchuan/ad/ad.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Ad struct {
// AdCreateTime 计划创建时间
AdCreateTime string `json:"ad_create_time,omitempty"`
// AdModifyTime 计划修改时间
AdModityTime string `json:"ad_modity_time,omitempty"`
AdModifyTime string `json:"ad_modify_time,omitempty"`
// AwemeInfo 计划中关联的抖音号信息
AwemeInfo []aweme.Aweme `json:"aweme_info,omitempty"`
// ProductInfo 商品列表
Expand Down

0 comments on commit bcc26cd

Please sign in to comment.