From 30cc835d81f2ea9bf4fef27b63a12df51e0abe69 Mon Sep 17 00:00:00 2001 From: zhaogan Date: Thu, 5 Jan 2023 15:37:06 +0800 Subject: [PATCH] =?UTF-8?q?Issue:=20#I68ZDE=20Description:=20PermissionDef?= =?UTF-8?q?=E8=B6=85=E9=93=BE=E6=8E=A5=E8=B7=B3=E8=BD=AC=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20Sig:=20SIG=5FApplicaitonFramework=20Featur?= =?UTF-8?q?e=20or=20Bugfix:=20Bugfix=20Binary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhaogan --- 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 1a3b72290b..a5b4fafbe1 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-Bundle.md +++ b/zh-cn/application-dev/reference/apis/js-apis-Bundle.md @@ -806,7 +806,7 @@ SystemCapability.BundleManager.BundleFramework | 类型 | 说明 | | ------------------------------------------------------ | ------------------------------------------------------ | -| Promise<[PermissionDef](js-apis-bundle-PermissionDef)> | Promise对象,获取成功时返回权限详细信息。 | +| Promise<[PermissionDef](js-apis-bundle-PermissionDef.md)> | Promise对象,获取成功时返回权限详细信息。 | **示例:** -- GitLab