提交 5d7bad9d 编写于 作者: S summer8999

docs modify

Signed-off-by: Nsummer8999 <xionghuan7@huawei.com>
上级 b312d6ef
......@@ -462,7 +462,7 @@ getLocalDeviceInfo(): Promise&lt;DeviceInfo&gt;
### getDeviceInfo<sup>10+</sup>
getDeviceInfo(callback:AsyncCallback&lt;DeviceInfo&gt;): void
getDeviceInfo(networkId: string, callback:AsyncCallback&lt;DeviceInfo&gt;): void
获取指定本地设备信息。使用callback异步回调。
......@@ -500,7 +500,7 @@ getDeviceInfo(callback:AsyncCallback&lt;DeviceInfo&gt;): void
### getDeviceInfo<sup>10+</sup>
getDeviceInfo(): Promise&lt;DeviceInfo&gt;
getDeviceInfo(networkId: string): Promise&lt;DeviceInfo&gt;
获取指定设备信息。使用Promise异步回调。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册