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 37bb31d commit 4f00c7c
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions work/third/externalcontact.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,18 +439,16 @@ type ExternalUserDetailResponse struct {

// ExternalUser 外部联系人
type ExternalUser struct {
ExternalUserID string `json:"external_userid"`
Name string `json:"name"`
Avatar string `json:"avatar"`
Type int64 `json:"type"`
Gender int64 `json:"gender"`
UnionID string `json:"unionid"`
Position string `json:"position"`
CorpName string `json:"corp_name"`
CorpFullName string `json:"corp_full_name"`
ExternalProfile string `json:"external_profile"`
FollowUser []FollowUser `json:"follow_user"`
NextCursor string `json:"next_cursor"`
ExternalUserID string `json:"external_userid"`
Name string `json:"name"`
Avatar string `json:"avatar"`
Type int64 `json:"type"`
Gender int64 `json:"gender"`
UnionID string `json:"unionid"`
Position string `json:"position"`
CorpName string `json:"corp_name"`
CorpFullName string `json:"corp_full_name"`
ExternalProfile string `json:"external_profile"`
}

// FollowUser 跟进用户(指企业内部用户)
Expand Down

0 comments on commit 4f00c7c

Please sign in to comment.