From 8c140108f7a90453170fabdf04c2f916d578bf8f Mon Sep 17 00:00:00 2001 From: zengyawen Date: Thu, 9 Feb 2023 14:33:51 +0000 Subject: [PATCH] fixed 8a809a0 from https://gitee.com/zengyawen/docs/pulls/14511 update zh-cn/application-dev/reference/apis/js-apis-appAccount.md. Signed-off-by: zengyawen --- zh-cn/application-dev/reference/apis/js-apis-appAccount.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 37b084c3b3..ec264b1282 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-appAccount.md +++ b/zh-cn/application-dev/reference/apis/js-apis-appAccount.md @@ -4528,10 +4528,13 @@ getAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo> | KEY_REQUIRED_LABELS9+ | "requiredLabels" | 表示键名,必需的标签。 | | KEY_BOOLEAN_RESULT9+ | "booleanResult" | 表示键名,布尔返回值。 | -## ResultCode8+ +## ResultCode(deprecated) 表示返回码的枚举。 +> **说明:**
+> 从API version 8开始支持,从API version 9开始废弃。建议查看[错误码文档](../errorcodes/errorcode-app-account.md)替代。 + **系统能力:** 以下各项对应的系统能力均为SystemCapability.Account.AppAccount。 | 名称 | 值 | 说明 | -- GitLab