Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update(model): Qianchuan ad.ad_modity_time -> ad_modify_time #72

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading