From fc1a9ac3f03a69138d581d67c71d0f0094eceeff Mon Sep 17 00:00:00 2001 From: zengyawen Date: Sat, 28 May 2022 06:36:00 +0000 Subject: [PATCH] =?UTF-8?q?d.ts=E4=B8=80=E8=87=B4=E6=80=A7=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20Signed-off-by:=20zengyawen=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reference/apis/js-apis-system-parameter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-system-parameter.md b/zh-cn/application-dev/reference/apis/js-apis-system-parameter.md index 7ee2688165..998132ba0d 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-system-parameter.md +++ b/zh-cn/application-dev/reference/apis/js-apis-system-parameter.md @@ -205,7 +205,7 @@ try { ## parameter.set -set(key: string, value: string): Promise<string> +set(key: string, value: string): Promise<void> 设置系统属性Key对应的值。 @@ -222,7 +222,7 @@ set(key: string, value: string): Promise<string> | 类型 | 说明 | | -------- | -------- | -| Promise<string> | Promise示例,用于异步获取结果。 | +| Promise<void> | Promise示例,用于异步获取结果。 | **示例:** -- GitLab