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

update zh-cn/application-dev/reference/apis/js-apis-system-device.md.

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 5a0b0299
......@@ -35,11 +35,11 @@ getInfo(options?: GetDeviceOptions): void
定义设备信息获取的参数选项。
**系统能力: ** SystemCapability.Startup.SystemInfo
**系统能力:** SystemCapability.Startup.SystemInfo
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| success | (data:DeviceResponse)=> void | 否 | 接口调用成功的回调函数。 data为成功返回的设备信息,具体参考[DeviceResponse]。|
| success | (data:DeviceResponse)=> void | 否 | 接口调用成功的回调函数。 data为成功返回的设备信息,具体参考[DeviceResponse](#deviceresponse)。|
| fail | (data:any,code:number)=> void | 否 | 接口调用失败的回调函数。 code为失败返回的错误码。<br>code:200,表示返回结果中存在无法获得的信息。|
| complete | ()=> void | 否 | 接口调用结束的回调函数。 |
......@@ -47,7 +47,7 @@ getInfo(options?: GetDeviceOptions): void
设备信息。
##系统能力:** SystemCapability.Startup.SystemInfo
**系统能力:** SystemCapability.Startup.SystemInfo
| 名称 | 类型 | 说明 |
| -------- | -------- | -------- |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册