From 263a3d35d94b0cd45cffd4157eeffc5631617947 Mon Sep 17 00:00:00 2001 From: zhuhan Date: Thu, 16 Nov 2023 16:10:19 +0800 Subject: [PATCH] fix docs Signed-off-by: zhuhan Change-Id: I7526bd06b3d7f3cf0c827ffc3fc60443a8398895 --- .../reference/apis/js-apis-app-ability-insightIntentDriver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-app-ability-insightIntentDriver.md b/zh-cn/application-dev/reference/apis/js-apis-app-ability-insightIntentDriver.md index 9fd65cad3da..21c26d2d982 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-app-ability-insightIntentDriver.md +++ b/zh-cn/application-dev/reference/apis/js-apis-app-ability-insightIntentDriver.md @@ -28,7 +28,7 @@ import insightIntentDriver from '@ohos.app.ability.insightIntentDriver'; | moduleName | string | 是 | 意图调用Ability所属的模块名称。 | | abilityName | string | 是 | 意图调用Ability名称。 | | insightIntentName | string | 是 | 意图调用名称。 | -| insightIntentParam | string | 是 | 意图调用参数。 | +| insightIntentParam | Record | 是 | 意图调用参数。 | | executeMode | [insightIntent.ExecuteMode](js-apis-app-ability-insightIntent.md#executemode) | 是 | 意图调用执行模式。 | ## insightIntentDriver.execute -- Gitee