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 da43ecfd8c1f9e62325002ce505da8d7ad4ce35b..7b8267ffc31efde4a2b1ee2f8a6182c61fce1301 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 b732f93c73422cd4bfeafc01ca25962202fef2a1..626629182d7da7c388a03a3c4b0aa37168458d71 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。
- 参数:
| 参数名 | 类型 | 必填 | 说明 |