From 034539ab4fef2369aa9cca74dfd32cb58a6423bc Mon Sep 17 00:00:00 2001 From: "yupeng74@huawei.com" Date: Fri, 24 Jun 2022 13:57:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=94=AE=E4=BF=A1=E6=81=AF=E6=8C=89?= =?UTF-8?q?=E9=94=AE=E6=97=A0=E6=B3=95=E8=B7=B3=E8=BD=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yupeng74@huawei.com --- .../reference/apis/js-apis-deviceUsageStatistics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md b/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md index 15d8888276..f2c55ef045 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md +++ b/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md @@ -619,7 +619,7 @@ setBundleGroup(bundleName: string, newGroup: GroupType): Promise<void> | 参数名 | 类型 | 必填 | 说明 | | ---------- | --------- | ---- | ---- | | bundleName | string | 是 | 应用名称 | -| newGroup | [GroupType](#grouptype9) | 是 | 应用分组 | +| newGroup | [GroupType](#grouptype) | 是 | 应用分组 | **返回值**: @@ -657,7 +657,7 @@ setBundleGroup(bundleName: string, newGroup: GroupType, callback: AsyncCallback& | 参数名 | 类型 | 必填 | 说明 | | ---------- | ------------------- | ---- | ------------------------- | | bundleName | string | 是 | 应用名称 | -| newGroup | [GroupType](#grouptype9) | 是 | 应用分组 | +| newGroup | [GroupType](#grouptype) | 是 | 应用分组 | | callback | AsyncCallback<void> | 是 | 指定的CallBack回调方法。返回设置是否成功。 | **示例**: -- GitLab