From 6c83ddc09e1d51e949a204b8bf020d762638ecf6 Mon Sep 17 00:00:00 2001 From: xuchenghua09 Date: Mon, 8 Aug 2022 17:47:46 +0800 Subject: [PATCH] fix review Signed-off-by: xuchenghua09 --- .../application-dev/reference/apis/js-apis-formextension.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-formextension.md b/zh-cn/application-dev/reference/apis/js-apis-formextension.md index 8d316abb0b..2512fbf4a1 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-formextension.md +++ b/zh-cn/application-dev/reference/apis/js-apis-formextension.md @@ -257,9 +257,9 @@ onShare?(formId: string): {[key: string]: any}; 卡片提供方接收卡片分享的通知接口。 -**系统能力**:SystemCapability.Ability.Form +此接口为系统接口。 -**系统API**: 此接口为系统接口,三方应用不支持调用。 +**系统能力**:SystemCapability.Ability.Form **参数:** @@ -271,7 +271,7 @@ onShare?(formId: string): {[key: string]: any}; | 类型 | 说明 | | ------------------------------------------------------------ | ----------------------------------------------------------- | - | {[key: string]: any} | 一个WantParams对象,卡片要分享的数据,由开发者自行决定传入的键值对。 | + | {[key: string]: any} | 卡片要分享的数据,由开发者自行决定传入的键值对。 | **示例:** -- GitLab