From afa77402619f54cb80b632fce12a9a1c08db4c56 Mon Sep 17 00:00:00 2001 From: jidong Date: Wed, 27 Jul 2022 20:47:04 +0800 Subject: [PATCH] fixed fbb921a from https://gitee.com/JiDong-CS/docs/pulls/7248 modify account docs Signed-off-by: jidong --- .../reference/apis/js-apis-appAccount.md | 10 +++++----- .../reference/apis/js-apis-distributed-account.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-appAccount.md b/zh-cn/application-dev/reference/apis/js-apis-appAccount.md index da43ecfd8c..7b8267ffc3 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-appAccount.md +++ b/zh-cn/application-dev/reference/apis/js-apis-appAccount.md @@ -1952,11 +1952,11 @@ setAuthenticatorProperties(owner: string, options: SetPropertiesOptions, callbac **系统能力:** 以下各项对应的系统能力均为SystemCapability.Account.AppAccount。 -| 参数名 | 类型 | 必填 | 说明 | -| -------- | -------------- | ---- | ----------------- | -| authType | string | 是 | 令牌的鉴权类型。 | -| token | string | 是 | 令牌的取值。 | -| account | AppAccountInfo | 否 | 令牌所属的帐号信息。| +| 参数名 | 类型 | 必填 | 说明 | +| -------------------- | -------------- | ----- | ---------------- | +| authType | string | 是 | 令牌的鉴权类型。 | +| token | string | 是 | 令牌的取值。 | +| account9+ | AppAccountInfo | 否 | 令牌所属的帐号信息。| ## AuthenticatorInfo8+ diff --git a/zh-cn/application-dev/reference/apis/js-apis-distributed-account.md b/zh-cn/application-dev/reference/apis/js-apis-distributed-account.md index b732f93c73..626629182d 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-distributed-account.md +++ b/zh-cn/application-dev/reference/apis/js-apis-distributed-account.md @@ -94,7 +94,7 @@ updateOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCall **系统能力:** SystemCapability.Account.OsAccount -**需要权限:** ohos.permission.MANAGE_LOCAL_ACCOUNTS,该权限仅供系统应用使用。 +**需要权限:** ohos.permission.MANAGE_LOCAL_ACCOUNTS。 - 参数: | 参数名 | 类型 | 必填 | 说明 | @@ -119,7 +119,7 @@ updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise<void> **系统能力:** SystemCapability.Account.OsAccount -**需要权限:** ohos.permission.MANAGE_LOCAL_ACCOUNTS,该权限仅供系统应用使用。 +**需要权限:** ohos.permission.MANAGE_LOCAL_ACCOUNTS。 - 参数: | 参数名 | 类型 | 必填 | 说明 | -- GitLab