From d651df629b9eb3d6bab7baf318095b4d25a5c9b6 Mon Sep 17 00:00:00 2001 From: wangyb0625 Date: Thu, 28 Jul 2022 16:10:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B5=84=E6=96=99=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyb0625 --- zh-cn/application-dev/reference/apis/js-apis-device-manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d37d15441a..73847e295e 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 @@ -59,7 +59,7 @@ createDeviceManager(bundleName: string, callback: AsyncCallback<DeviceManager | -------- | -------- | -------- | -------- | | deviceId | string | 是 | 设备的唯一标识。 | | deviceName | string | 是 | 设备名称。 | -| deviceType | [DeviceType](#deviceType) | 是 | 设备类型。 | +| deviceType | [DeviceType](#devicetype) | 是 | 设备类型。 | | networkId8+ | string | 是 | 设备网络标识。 | -- GitLab