64-bit (Windows)
]]>使用一键登录窗口模式跳转页面该窗口仍然存在下一个页面上
BBFCustomUIModel *custonUIModel = [BBFCustomUIModel getInstance];
self.customModel = [custonUIModel configCustomUIModel:1 withType:0 viewController:self];
self.customModel.currentVC = self;
[[NTESQuickLoginManager sharedInstance] setupModel:self.customModel];
custonUIModel.didOtherAccounts = ^{
[[NTESQuickLoginManager sharedInstance] closeAuthController:^{
}];
[UIView animateWithDuration:2 animations:^{
weakSelf.loginView.alpha = 1;
}];
};
(void)jumpEditInformation {
dispatch_async(dispatch_get_main_queue(), ^{
[[NTESQuickLoginManager sharedInstance] closeAuthController:^{
[UIView animateWithDuration:0.3 animations:^{
self.loginView.alpha = 1;
}];
}];
if (BBFUserM.sex == 0) {
BBFCompleteProfileVC *vc = [[BBFCompleteProfileVC alloc]init];
[self.navigationController pushViewController:vc animated:YES];
}else {
[[NSNotificationCenter defaultCenter] postNotificationName:BBFNotificationLoginState object:nil];
}
});
}
我要怎么做才能使登录页面真正附在我的登录页上
使用/api/v3/get-user-action-logs 进行读取时,总返回404,但是换成/api/v3/list-users,能正常返回这是什么原因
或者
通过SDK中的API managementClient.ListUsers(listRQ)获取
已经确认过有查询条件中的Email,但查不到该用户,图中的[email protected]为样例
麻烦确认一下是什么问题!
]]>业身份源的单点登出默认是不开启的,但一旦开启,再关闭就关闭不了了
你好,问题已记录。等修复之后回复您
]]>企业身份源的单点登出默认是不开启的,但一旦开启,再关闭就关闭不了了
麻烦确认一下是否有问题
]]>您好!
企业身份源的单点登出默认是不开启的,但一旦开启,再关闭就关闭不了了
而且这个功能开启后,试了好像没效果
,有具体的功能说明文档吗
多谢!