Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
接口字段调整:Identity.ConnectionId 改为 ExtIdpId
Browse files Browse the repository at this point in the history
  • Loading branch information
luojielin committed Feb 14, 2022
1 parent bf459bd commit 4a8f907
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion lib/management/organization_management_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@ func TestClient_All(t *testing.T) {
}
resp1, _ := client.ListMembers(req)
log.Printf("%+v\n", resp1)
}

func TestClient_Detail(t *testing.T) {
client := NewClient(userPoolId, appSecret)
log.Println("==========通过 ID 获取用户信息==========")
resp2, _ := client.Detail("60a6f9ad5bcccc51834950c5")
resp2, _ := client.Detail("611a149db64310ca4764ab15")
log.Printf("%+v\n", resp2)
}
func TestClient_GetOrganizationList(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion lib/model/models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a8f907

Please sign in to comment.