From c85e0de33bf945e0bc3a927867c4c725b30544c7 Mon Sep 17 00:00:00 2001 From: ylq121 Date: Tue, 4 Jul 2023 09:04:46 +0800 Subject: [PATCH] xiugai Signed-off-by: ylq121 --- .../reference/apis/js-apis-data-cloudData.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 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 878b8d9edd..d6173852eb 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 @@ -361,11 +361,11 @@ static clean(accountId: string, appActions: {[bundleName: string]: Action}, cal **参数:** -| 参数名 | 类型 | 必填 | 说明 | -| ---------- | ----------------------------------------- | ---- | ---------------------- | -| accountId | string | 是 | 具体打开的云帐号ID。 | -| appActions | {[bundleName: string]: [Action](#action)} | 是 | 要清除数据的应用信息。 | -| callback | AsyncCallback<void> | 是 | 回调函数。 | +| 参数名 | 类型 | 必填 | 说明 | +| ---------- | ----------------------------------------- | ---- | -------------------------------- | +| accountId | string | 是 | 具体打开的云帐号ID。 | +| appActions | {[bundleName: string]: [Action](#action)} | 是 | 要清除数据的应用信息及清除规则。 | +| callback | AsyncCallback<void> | 是 | 回调函数。 | **示例:** @@ -402,10 +402,10 @@ static clean(accountId: string, appActions: {[bundleName: string]: Action}): Pro **参数:** -| 参数名 | 类型 | 必填 | 说明 | -| ---------- | ----------------------------------------- | ---- | ---------------------- | -| accountId | string | 是 | 具体打开的云帐号ID。 | -| appActions | {[bundleName: string]: [Action](#action)} | 是 | 要清除数据的应用信息。 | +| 参数名 | 类型 | 必填 | 说明 | +| ---------- | ----------------------------------------- | ---- | -------------------------------- | +| accountId | string | 是 | 具体打开的云帐号ID。 | +| appActions | {[bundleName: string]: [Action](#action)} | 是 | 要清除数据的应用信息及清除规则。 | **返回值:** -- GitLab