From 4ea4206bb213b9053a12c0bc342066ffdfcb1626 Mon Sep 17 00:00:00 2001 From: "https://gitee.com/WALL_EYE" Date: Tue, 22 Mar 2022 15:38:41 +0800 Subject: [PATCH] fix bug Signed-off-by: https://gitee.com/WALL_EYE Change-Id: Ide55aa1bf60f3167c72d1a3043753d06cca482a0 --- .../reference/apis/js-apis-useriam-userauth.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-useriam-userauth.md b/zh-cn/application-dev/reference/apis/js-apis-useriam-userauth.md index 038dae814b..feecb98ea5 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-useriam-userauth.md +++ b/zh-cn/application-dev/reference/apis/js-apis-useriam-userauth.md @@ -117,7 +117,7 @@ getAuthenticator(): Authenticator **需要权限**:ohos.permission.ACCESS_BIOMETRIC -**系统能力**:以下各项对应的系统能力均为SystemCapability.UserIAM.UserAuth +**系统能力**:以下各项对应的系统能力均为SystemCapability.UserIAM.UserAuth.Core **返回值:** | 类型 | 说明 | @@ -148,7 +148,7 @@ execute(type: string, level: string, callback: AsyncCallback<number>): voi **需要权限**:ohos.permission.ACCESS_BIOMETRIC -**系统能力**:以下各项对应的系统能力均为SystemCapability.UserIAM.UserAuth +**系统能力**:以下各项对应的系统能力均为SystemCapability.UserIAM.UserAuth.Core **参数:** @@ -187,7 +187,7 @@ execute(type:string, level:string): Promise<number> **需要权限**:ohos.permission.ACCESS_BIOMETRIC -**系统能力**:以下各项对应的系统能力均为SystemCapability.UserIAM.UserAuth +**系统能力**:以下各项对应的系统能力均为SystemCapability.UserIAM.UserAuth.Core **参数:** | 参数名 | 类型 | 必填 | 说明 | @@ -218,7 +218,7 @@ authenticator.execute("FACE_ONLY", "S2").then((code)=>{ 表示认证结果的枚举。 -**系统能力**:以下各项对应的系统能力均为SystemCapability.UserIAM.UserAuth +**系统能力**:以下各项对应的系统能力均为SystemCapability.UserIAM.UserAuth.Core | 名称 | 默认值 | 描述 | | ------------------ | ------ | -------------------------- | -- GitLab