From d6fbda47458a527d5e529fe18094c60a31011ade Mon Sep 17 00:00:00 2001 From: zengyawen Date: Mon, 1 Aug 2022 03:54:25 +0000 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 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 7b8267ffc3..347fb90a38 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-appAccount.md +++ b/zh-cn/application-dev/reference/apis/js-apis-appAccount.md @@ -1978,7 +1978,7 @@ setAuthenticatorProperties(owner: string, options: SetPropertiesOptions, callbac | 参数名 | 类型 | 必填 | 说明 | | --------------- | --------------------------- | ----- | ------------------- | -| allowedAccounts | Array<[AppAccountInfo](#appAccountinfo)> | 否 | 允许的帐号数组。 | +| allowedAccounts | Array<[AppAccountInfo](#appaccountinfo)> | 否 | 允许的帐号数组。 | | allowedOwners | Array<string> | 否 | 允许的帐号所有者数组。 | | requiredLabels | Array<string> | 否 | 认证器的标签标识。 | -- GitLab