From 4a9dacb9a34e6c527fc5c466c995861e28ad14c0 Mon Sep 17 00:00:00 2001 From: "@shi-xiaoxiao-iris" Date: Sat, 15 Oct 2022 11:43:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: @shi-xiaoxiao-iris --- .../reference/apis/js-apis-device-manager.md | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-device-manager.md b/zh-cn/application-dev/reference/apis/js-apis-device-manager.md index 6c35a26a0d..a7728f79e2 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-device-manager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-device-manager.md @@ -234,8 +234,8 @@ release(): void 以下的错误码的详细介绍请参见[分布式硬件子系统错误码](../errorcodes/errorcode-device-manager.md) | 类型 | 说明 | -| ------- | --------------------------------------------------------------- | -| 11600101| Failed to execute the function. | +| -------- | --------------------------------------------------------------- | +| 11600101 | Failed to execute the function. | **示例** @@ -265,9 +265,9 @@ getTrustedDeviceListSync(): Array<DeviceInfo> 以下的错误码的详细介绍请参见[分布式硬件子系统错误码](../errorcodes/errorcode-device-manager.md) -| 类型 | 说明 | -| ------- | --------------------------------------------------------------- | -| 11600101| Failed to execute the function. | +| 类型 | 说明 | +| -------- | --------------------------------------------------------------- | +| 11600101 | Failed to execute the function. | **示例** @@ -298,9 +298,9 @@ getTrustedDeviceList(callback:AsyncCallback<Array<DeviceInfo>>): voi 以下的错误码的详细介绍请参见[分布式硬件子系统错误码](../errorcodes/errorcode-device-manager.md) | 类型 | 说明 | -| ------- | --------------------------------------------------------------- | -| 401 | Input parameter error. | -| 11600101| Failed to execute the function. | +| -------- | --------------------------------------------------------------- | +| 401 | Input parameter error. | +| 11600101 | Failed to execute the function. | **示例** @@ -336,9 +336,9 @@ getTrustedDeviceList(): Promise<Array<DeviceInfo>> 以下的错误码的详细介绍请参见[分布式硬件子系统错误码](../errorcodes/errorcode-device-manager.md) -| 类型 | 说明 | -| ------- | --------------------------------------------------------------- | -| 11600101| Failed to execute the function. | +| 类型 | 说明 | +| -------- | --------------------------------------------------------------- | +| 11600101 | Failed to execute the function. | **示例** @@ -368,9 +368,9 @@ getLocalDeviceInfoSync(): [DeviceInfo](#deviceinfo) 以下的错误码的详细介绍请参见[分布式硬件子系统错误码](../errorcodes/errorcode-device-manager.md) -| 类型 | 说明 | -| ------- | --------------------------------------------------------------- | -| 11600101| Failed to execute the function. | +| 类型 | 说明 | +| -------- | --------------------------------------------------------------- | +| 11600101 | Failed to execute the function. | **示例** @@ -400,10 +400,10 @@ getLocalDeviceInfo(callback:AsyncCallback<DeviceInfo>): void 以下的错误码的详细介绍请参见[分布式硬件子系统错误码](../errorcodes/errorcode-device-manager.md) -| 类型 | 说明 | -| ------- | --------------------------------------------------------------- | -| 401 | Input parameter error. | -| 11600101| Failed to execute the function. | +| 类型 | 说明 | +| -------- | --------------------------------------------------------------- | +| 401 | Input parameter error. | +| 11600101 | Failed to execute the function. | **示例** -- GitLab