From 1cff2e793cbbb7c46fe1e50a5c0976f3ddb6cbc5 Mon Sep 17 00:00:00 2001 From: ylq121 Date: Mon, 3 Jul 2023 17:19:00 +0800 Subject: [PATCH] xiugai Signed-off-by: ylq121 --- .../application-dev/reference/apis/js-apis-data-cloudData.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-data-cloudData.md b/zh-cn/application-dev/reference/apis/js-apis-data-cloudData.md index 036728ea2a..d5c713a5bb 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-data-cloudData.md +++ b/zh-cn/application-dev/reference/apis/js-apis-data-cloudData.md @@ -364,7 +364,7 @@ static clean(accountId: string, appActions: {[bundleName: string]: Action}, cal | 参数名 | 类型 | 必填 | 说明 | | ---------- | ----------------------------------------- | ---- | -------------------- | | accountId | string | 是 | 具体打开的云ID。 | -| appActions | {[bundleName: string]: [Action](#Action)} | 是 | 要清除数据的应用信息 | +| appActions | {[bundleName: string]: [Action](#action)} | 是 | 要清除数据的应用信息 | | callback | AsyncCallback<void> | 是 | 回调函数。 | **示例:** @@ -405,7 +405,7 @@ static clean(accountId: string, appActions: {[bundleName: string]: Action}): Pro | 参数名 | 类型 | 必填 | 说明 | | ---------- | ----------------------------------------- | ---- | -------------------- | | accountId | string | 是 | 具体打开的云ID。 | -| appActions | {[bundleName: string]: [Action](#Action)} | 是 | 要清除数据的应用信息 | +| appActions | {[bundleName: string]: [Action](#action)} | 是 | 要清除数据的应用信息 | **返回值:** -- GitLab