From 0014d858526d2df53f45ee2ae1b3b0121d202c5e Mon Sep 17 00:00:00 2001 From: lichenchen Date: Thu, 15 Sep 2022 21:14:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=8F=B7docs=E4=BB=93=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=BA=94=E7=94=A8=E8=B4=A6=E5=8F=B7=E5=85=B3=E8=81=94?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=8E=A5=E5=8F=A3=E6=8F=8F=E8=BF=B0=E4=BF=AE?= =?UTF-8?q?=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-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 c53cb3d8ec..6541268981 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-appAccount.md +++ b/zh-cn/application-dev/reference/apis/js-apis-appAccount.md @@ -816,7 +816,7 @@ getAssociatedDataSync(name: string, key: string): string; | 类型 | 说明 | | :-------------------- | :-------------------- | -| string | 用于获取同步接口的返回结果。 | +| string | 目标关联数据的取值。 | **示例:** -- GitLab