From 09a38386ca766575d23ac79f6d33491cba9994ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=82=A6?= Date: Mon, 28 Mar 2022 06:20:02 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-wifi.md. Signed-off-by: sunyue --- zh-cn/application-dev/reference/apis/js-apis-wifi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 889b4504b5..8445ec9e21 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-wifi.md +++ b/zh-cn/application-dev/reference/apis/js-apis-wifi.md @@ -668,7 +668,7 @@ createGroup(config: WifiP2PConfig): boolean; | 参数名 | 类型 | 读写属性 | 说明 | | -------- | -------- | -------- | -------- | -| deviceAddress | string | 只读 | 设备名称。 | +| deviceAddress | string | 只读 | 设备地址。 | | netId | number | 只读 | 网络ID。创建群组时-1表示创建临时组,-2表示创建永久组。 | | passphrase | string | 只读 | 群组密钥。 | | groupName | string | 只读 | 群组名称。 | -- GitLab