public class Identity extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateIdentityResp |
create(CreateIdentityReq req)
录入身份信息,该接口用于录入实名认证的身份信息,在唤起有源活体认证前,需要使用该接口进行实名认证。
|
CreateIdentityResp |
create(CreateIdentityReq req,
RequestOptions reqOptions)
录入身份信息,该接口用于录入实名认证的身份信息,在唤起有源活体认证前,需要使用该接口进行实名认证。
|
public Identity(Config config)
public CreateIdentityResp create(CreateIdentityReq req, RequestOptions reqOptions) throws Exception
实名认证接口会有计费管理,接入前请联系飞书开放平台工作人员,邮箱:openplatform@bytedance.com。;;仅通过计费申请的应用,才能在[开发者后台](https://open.feishu.cn/app)查找并申请该接口的权限。 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/human_authentication-v1/identity/create ;
Exceptionpublic CreateIdentityResp create(CreateIdentityReq req) throws Exception
实名认证接口会有计费管理,接入前请联系飞书开放平台工作人员,邮箱:openplatform@bytedance.com。;;仅通过计费申请的应用,才能在[开发者后台](https://open.feishu.cn/app)查找并申请该接口的权限。 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/human_authentication-v1/identity/create ;
ExceptionCopyright © 2024. All rights reserved.