From 020b9ec526ec130c4256e9ca6aac7696b2e617dd Mon Sep 17 00:00:00 2001 From: xiaosi Date: Tue, 6 Dec 2022 09:24:01 +0800 Subject: [PATCH] fix wifi md Signed-off-by: xiaosi --- zh-cn/application-dev/reference/apis/js-apis-wifiManager.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-wifiManager.md b/zh-cn/application-dev/reference/apis/js-apis-wifiManager.md index 2772dbaeec..33f2256174 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-wifiManager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-wifiManager.md @@ -214,8 +214,8 @@ WLAN热点信息。 | **名称** | **类型** | **可读** | **可写** | **说明** | | -------- | -------- | -------- | -------- | -------- | -| eid | number | 是 | 否 | 元素ID。
**系统接口:** 此接口为系统接口。 | -| content | Uint8Array | 是 | 否 | 元素内容。
**系统接口:** 此接口为系统接口。 | +| eid | number | 是 | 否 | 元素ID。 | +| content | Uint8Array | 是 | 否 | 元素内容。 | ## WifiChannelWidth9+ @@ -1242,7 +1242,7 @@ getP2pLinkedInfo(): Promise<WifiP2pLinkedInfo> **系统能力:** SystemCapability.Communication.WiFi.P2P -| 参数名 | 类型 | 可读 | 可写 | 说明 | +| 名称 | 类型 | 可读 | 可写 | 说明 | | -------- | -------- | -------- | -------- | -------- | | connectState | [P2pConnectState](#p2pconnectstate8) | 是 | 否 | P2P连接状态。 | | isGroupOwner | boolean | 是 | 否 | 是否是群主。 | -- GitLab