From 286245a9796f00c91127593fb905823f1dc7fe4e Mon Sep 17 00:00:00 2001 From: lichenchen Date: Tue, 6 Sep 2022 17:16:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E5=AD=90=E7=B3=BB=E7=BB=9Fia?= =?UTF-8?q?m=E6=A8=A1=E5=9D=97api=E9=94=99=E8=AF=AF=E6=9D=83=E9=99=90docs?= =?UTF-8?q?=E8=B5=84=E6=96=99=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lichenchen --- zh-cn/application-dev/reference/apis/js-apis-osAccount.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-osAccount.md b/zh-cn/application-dev/reference/apis/js-apis-osAccount.md index ba85e9643d..080160d81e 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-osAccount.md +++ b/zh-cn/application-dev/reference/apis/js-apis-osAccount.md @@ -2677,7 +2677,7 @@ getAuthInfo(callback: AsyncCallback<Array<EnrolledCredInfo>>): void; **系统能力:** SystemCapability.Account.OsAccount -**需要权限:** ohos.permission.ACCESS_USER_IDM +**需要权限:** ohos.permission.USE_USER_IDM **参数:** @@ -2705,7 +2705,7 @@ getAuthInfo(authType: AuthType, callback: AsyncCallback<Array<EnrolledCred **系统能力:** SystemCapability.Account.OsAccount -**需要权限:** ohos.permission.ACCESS_USER_IDM +**需要权限:** ohos.permission.USE_USER_IDM **参数:** @@ -2733,7 +2733,7 @@ getAuthInfo(authType?: AuthType): Promise<Array<EnrolledCredInfo>>; **系统能力:** SystemCapability.Account.OsAccount -**需要权限:** ohos.permission.ACCESS_USER_IDM +**需要权限:** ohos.permission.USE_USER_IDM **参数:** -- GitLab