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 036728ea2a7ff4bcf08916243877296a2eca7711..d5c713a5bbe8c2822a8c79034d7d8a19e3b7209e 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)} | 是 | 要清除数据的应用信息 | **返回值:**