From 4bd341a0d52dc87ff1bb3cbe6adef4c3bead5e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B1=9F=E9=A2=96?= Date: Wed, 3 Aug 2022 02:51:10 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-wifi.md. Signed-off-by: @bmeangel --- zh-cn/application-dev/reference/apis/js-apis-wifi.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-wifi.md b/zh-cn/application-dev/reference/apis/js-apis-wifi.md index ad39f54cec..c62c806352 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-wifi.md +++ b/zh-cn/application-dev/reference/apis/js-apis-wifi.md @@ -278,7 +278,7 @@ WLAN配置信息。 | randomMacAddr | string | 只读 | 随机MAC地址,仅系统应用可用。 | | ipType | [IpType](#iptype7) | 只读 | IP地址类型,仅系统应用可用。 | | staticIp | [IpConfig](#ipconfig7) | 只读 | 静态IP配置信息,仅系统应用可用。 | -| eapConfig9+ | [WifiEapConfig](#wifieapconfig) | 只读 | 可扩展身份验证协议配置,仅系统应用可用。 | +| eapConfig9+ | [WifiEapConfig](#wifieapconfig9) | 只读 | 可扩展身份验证协议配置,仅系统应用可用。 | ## IpType7+ @@ -316,8 +316,8 @@ IP配置信息。 | **参数名** | **类型** | **读写属性** | **说明** | | -------- | -------- | -------- | -------- | -| eapMethod | [EapMethod](#eapmethod) | 只读 | EAP认证方式。 | -| phase2Method | [Phase2Method](#phase2method) | 只读 | 第二阶段认证方式。 | +| eapMethod | [EapMethod](#eapmethod9) | 只读 | EAP认证方式。 | +| phase2Method | [Phase2Method](#phase2method9) | 只读 | 第二阶段认证方式。 | | identity | string | 只读 | 身份信息。 | | anonymousIdentity | string | 只读 | 匿名身份。 | | password | string | 只读 | 密码。 | -- GitLab