Skip to content

Commit

Permalink
Merge pull request #50 from nukc/main
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa authored Sep 18, 2024
2 parents d6e4df7 + 0e541be commit 1350179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/dsp/unit/target.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Target struct {
Age *Age `json:"age,omitempty"`
// AgeRange 固定年龄段
// 与 age 不能同时传;【18:表示 18-23 岁】;【24:表示 24-30 岁】;【31:表示 31-40 岁】;【41:表示 41-49 岁】;【50:表示 50-100 岁】
AgeRange []int `json:"age_range,omitempty"`
AgesRange []int `json:"ages_range,omitempty"`
// Gender 性别
// 1:女性, 2:男性,0 表示不限
Gender *int `json:"gender,omitempty"`
Expand Down

0 comments on commit 1350179

Please sign in to comment.