From cd235e3322db7284dbc1077bbe268b0a373900bf Mon Sep 17 00:00:00 2001 From: junyi233 Date: Tue, 16 May 2023 11:16:42 +0000 Subject: [PATCH] =?UTF-8?q?=E5=8C=85=E7=AE=A1=E7=90=86=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E6=80=A7=E8=B5=84=E6=96=99=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: junyi233 --- zh-cn/application-dev/reference/apis/js-apis-Bundle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-Bundle.md b/zh-cn/application-dev/reference/apis/js-apis-Bundle.md index 88a933f143..1f281d4a6d 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-Bundle.md +++ b/zh-cn/application-dev/reference/apis/js-apis-Bundle.md @@ -903,7 +903,7 @@ bundle.getAllApplicationInfo(bundleFlags, userId, (err, data) => { > 从API version 9开始不再维护,建议使用[bundleManager.getAllApplicationInfo](js-apis-bundleManager.md#bundlemanagergetallapplicationinfo)替代。 -getAllApplicationInfo(bundleFlags: number, callback: AsyncCallback>) : void; +getAllApplicationInfo(bundleFlags: number, callback: AsyncCallback\\>): void; 获取调用方所在用户下已安装的应用信息,使用callback异步回调。 -- GitLab