未验证 提交 f3a2897f 编写于 作者: Z zengyawen 提交者: Gitee

d.ts一致性修改

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 e65b2f1e
......@@ -205,7 +205,7 @@ try {
## parameter.set
set(key: string, value: string): Promise&lt;string&gt;
set(key: string, value: string): Promise&lt;void&gt;
设置系统属性Key对应的值。
......@@ -222,7 +222,7 @@ set(key: string, value: string): Promise&lt;string&gt;
| 类型 | 说明 |
| -------- | -------- |
| Promise&lt;string&gt; | Promise示例,用于异步获取结果。 |
| Promise&lt;void&gt; | Promise示例,用于异步获取结果。 |
**示例:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册