From b2f73b5d012e2a0399523dd208d1586a731f7797 Mon Sep 17 00:00:00 2001 From: ylq121 Date: Mon, 3 Jul 2023 17:16:36 +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 0f304d5534..036728ea2a 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](https://gitee.com/openharmony/docs/blob/0a732228c11c5b8a6620444b7778aea745054735/zh-cn/application-dev/reference/apis/js-apis-data-cloudData.md#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](https://gitee.com/openharmony/docs/blob/0a732228c11c5b8a6620444b7778aea745054735/zh-cn/application-dev/reference/apis/js-apis-data-cloudData.md#Action)} | 是 | 要清除数据的应用信息 | +| 参数名 | 类型 | 必填 | 说明 | +| ---------- | ----------------------------------------- | ---- | -------------------- | +| accountId | string | 是 | 具体打开的云ID。 | +| appActions | {[bundleName: string]: [Action](#Action)} | 是 | 要清除数据的应用信息 | **返回值:** -- GitLab