feat: add dingtalk union_id (#1110)

This commit is contained in:
tom2nonames
2022-09-08 14:44:06 +08:00
committed by GitHub
parent e158b58ffa
commit 6035b98653
3 changed files with 12 additions and 0 deletions

View File

@ -25,6 +25,7 @@ type UserInfo struct {
Id string
Username string
DisplayName string
UnionId string
Email string
AvatarUrl string
}