feat: add wecom provider (#200)

Signed-off-by: sh1luo <690898835@qq.com>
This commit is contained in:
sh1luo
2021-07-28 20:36:27 +08:00
committed by GitHub
parent c9ae582802
commit 512a451800
6 changed files with 210 additions and 1 deletions

View File

@ -55,6 +55,7 @@ type User struct {
Weibo string `xorm:"weibo varchar(100)" json:"weibo"`
Gitee string `xorm:"gitee varchar(100)" json:"gitee"`
LinkedIn string `xorm:"linkedin varchar(100)" json:"linkedin"`
WeCom string `xorm:"wecom varchar(100)" json:"we_com"`
Ldap string `xorm:"ldap varchar(100)" json:"ldap"`
Properties map[string]string `json:"properties"`