“0eb6d29210b85261724cf52aad3b7fa03b211b20”上不存在“git@gitcode.net:qq_37101384/tdengine.git”
未验证 提交 fc1a9ac3 编写于 作者: Z zengyawen 提交者: Gitee

d.ts一致性修改

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 955f0a0b
...@@ -205,7 +205,7 @@ try { ...@@ -205,7 +205,7 @@ try {
## parameter.set ## parameter.set
set(key: string, value: string): Promise&lt;string&gt; set(key: string, value: string): Promise&lt;void&gt;
设置系统属性Key对应的值。 设置系统属性Key对应的值。
...@@ -222,7 +222,7 @@ set(key: string, value: string): Promise&lt;string&gt; ...@@ -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.
先完成此消息的编辑!
想要评论请 注册