From f896a4cc4542ddbf1c56f736007799107fb656fd 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 03:22:58 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-wifiext.md. Signed-off-by: @bmeangel --- .../application-dev/reference/apis/js-apis-wifiext.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-wifiext.md b/zh-cn/application-dev/reference/apis/js-apis-wifiext.md index 886be03f29..9afdcf23bf 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-wifiext.md +++ b/zh-cn/application-dev/reference/apis/js-apis-wifiext.md @@ -57,7 +57,7 @@ getSupportedPowerModel(): Promise<Array<PowerModel>> **返回值:** | 类型 | 说明 | | -------- | -------- | - | Promise<Array<[PowerModel](#PowerModel)>> | Promise对象。表示功率模式。 | + | Promise<Array<[PowerModel](#powermodel)>> | Promise对象。表示功率模式。 | ## PowerModel @@ -86,7 +86,7 @@ getSupportedPowerModel(callback: AsyncCallback<Array<PowerModel>>): **参数:** | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | - | callback | AsyncCallback<[PowerModel](#PowerModel)> | 是 | 回调函数。当操作成功时,err为0,data表示支持的功率模式。如果error为非0,表示处理出现错误。 | + | callback | AsyncCallback<[PowerModel](#powermodel)> | 是 | 回调函数。当操作成功时,err为0,data表示支持的功率模式。如果error为非0,表示处理出现错误。 | ## wifiext.getPowerModel @@ -102,7 +102,7 @@ getPowerModel(): Promise<PowerModel> **返回值:** | 类型 | 说明 | | -------- | -------- | - | Promise<[PowerModel](#PowerModel)> | Promise对象。表示功率模式。 | + | Promise<[PowerModel](#powermodel)> | Promise对象。表示功率模式。 | ## wifiext.getPowerModel @@ -118,7 +118,7 @@ getPowerModel(callback: AsyncCallback<PowerModel>): void **参数:** | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | - | callback | AsyncCallback<[PowerModel](#PowerModel)> | 是 | 回调函数。当操作成功时,err为0,data表示功率模式。如果error为非0,表示处理出现错误。 | + | callback | AsyncCallback<[PowerModel](#powermodel)> | 是 | 回调函数。当操作成功时,err为0,data表示功率模式。如果error为非0,表示处理出现错误。 | ## wifiext.setPowerModel @@ -134,7 +134,7 @@ setPowerModel(model: PowerModel) : boolean; **参数:** | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | - | model | AsyncCallback<[PowerModel](#PowerModel)> | 是 | 功率模式。 | + | model | AsyncCallback<[PowerModel](#powermodel)> | 是 | 功率模式。 | **返回值:** | **类型** | **说明** | -- GitLab