Skip to content

Commit

Permalink
Merge pull request #72 from nukc/master
Browse files Browse the repository at this point in the history
update(model): Qianchuan ad.ad_modity_time -> ad_modify_time
  • Loading branch information
bububa authored Dec 6, 2024
2 parents f266810 + bcc26cd commit 7da87aa
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 7da87aa

Please sign in to comment.