Skip to content

Commit

Permalink
Merge branch 'release/v1.21.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Nov 24, 2023
2 parents 6199060 + 649c2e1 commit e1b65c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketing-api/model/tools/aweme/aweme_info_search.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type AwemeInfoSearchResponse struct {
model.BaseResponse
// Data json返回值
Data struct {
List *AwemeInfoSearchResult `json:"list,omitempty"`
List []AwemeInfoSearchResult `json:"list,omitempty"`
} `json:"data,omitempty"`
}

Expand Down

0 comments on commit e1b65c3

Please sign in to comment.