From 642a51ada6540adae10114bbed24068a3c25bc79 Mon Sep 17 00:00:00 2001 From: "yupeng74@huawei.com" Date: Fri, 23 Sep 2022 15:00:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9docs=E6=96=87=E6=A1=A3?= =?UTF-8?q?=EF=BC=8C=E4=B8=8Einterface=E4=BB=93=E4=BF=9D=E6=8C=81=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 88a5da760e..06438b1f7d 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md +++ b/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md @@ -531,7 +531,7 @@ getRecentlyUsedModules(maxNum: number, callback: AsyncCallback<Array<Bundl | 参数名 | 类型 | 必填 | 说明 | | -------- | ---------------------------------------- | ---- | ----------------------------------- | -| maxNum | number | 是 | 返回条目的最大数量,最多支持1000条。若不填写,则默认为1000。 | +| maxNum | number | 是 | 返回条目的最大数量,最多支持1000条。| | callback | AsyncCallback<Array<[BundleActiveModuleInfo](#bundleactivemoduleinfo9)>> | 是 | 指定的CallBack回调方法。返回不超过maxNum条FA使用记录。 | **示例**: -- GitLab