Skip to content

Commit

Permalink
Merge branch 'release/v1.21.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Nov 24, 2023
2 parents 1f62488 + 5c67edf commit 76bf948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketing-api/api/tools/aweme/aweme_info_search.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

// AwemeInfoSearch 查询抖音帐号和类目信息
func AwemeInfoSearch(clt *core.SDKClient, accessToken string, req *aweme.AwemeInfoSearchRequest) (*aweme.AwemeInfoSearchResult, error) {
func AwemeInfoSearch(clt *core.SDKClient, accessToken string, req *aweme.AwemeInfoSearchRequest) ([]aweme.AwemeInfoSearchResult, error) {
var resp aweme.AwemeInfoSearchResponse
err := clt.Get("2/tools/aweme_info_search/", req, &resp, accessToken)
if err != nil {
Expand Down

0 comments on commit 76bf948

Please sign in to comment.