Skip to content

Commit

Permalink
获取外部联系人详情
Browse files Browse the repository at this point in the history
  • Loading branch information
wang.yu committed Oct 11, 2022
1 parent f87da31 commit 87e1cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion work/third/externalcontact.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ func (r *Client) GetExternalUserDetail(externalUserID string) (*ExternalUserDeta
return nil, err
}
result := &ExternalUserDetailResponse{}
if err = util.DecodeWithError(response, &result, "GetExternalUserDetail"); err != nil {
if err = util.DecodeWithError(response, result, "GetExternalUserDetail"); err != nil {
return nil, err
}
return result, nil
Expand Down

0 comments on commit 87e1cfa

Please sign in to comment.