This commit is contained in:
laodaming
2023-11-09 16:53:31 +08:00
parent 591278273f
commit 286616c13a
2 changed files with 1 additions and 196 deletions

View File

@@ -43,11 +43,7 @@ func (l *SyncFeiShuGroupsLogic) SyncFeiShuGroups(req *types.Request, userinfo *a
if err != nil {
log.Fatalln(err)
}
users, err := feishuApi.FindUsersByDepartment(token.TenantAccessToken)
if err != nil {
log.Fatalln(err)
}
fmt.Println(users)
fmt.Println("token 信息:", token)
return resp.SetStatus(basic.CodeOK)
}