Skip to content

Commit

Permalink
Merge branch 'silenceper:v2' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
hellolxc authored Oct 9, 2023
2 parents 12f76c4 + da5067b commit af158c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion work/externalcontact/external_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ type Tag struct {
// WechatChannel 视频号添加的场景
type WechatChannel struct {
NickName string `json:"nickname"`
Source string `json:"source"`
Source int `json:"source"`
}

// GetExternalUserDetail 获取外部联系人详情
Expand Down

0 comments on commit af158c6

Please sign in to comment.