Support mobile in DingTalk userinfo

This commit is contained in:
Yang Luo
2023-04-29 01:11:58 +08:00
parent fba4801a41
commit 3a6ab4cfc6
4 changed files with 32 additions and 4 deletions

View File

@ -27,6 +27,8 @@ type UserInfo struct {
DisplayName string
UnionId string
Email string
Phone string
CountryCode string
AvatarUrl string
}