From 3577a9e059d751331582a115551be061d45aefe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BF=8A?= Date: Wed, 23 Feb 2022 06:48:39 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/api/README.md.=20uni.startBeaconD?= =?UTF-8?q?iscovery=09=E5=81=9C=E6=AD=A2=E6=90=9C=E7=B4=A2=E9=99=84?= =?UTF-8?q?=E8=BF=91=E7=9A=84=20iBeacon=20=E8=AE=BE=E5=A4=87=20uni.stopBea?= =?UTF-8?q?conDiscovery=09=E5=BC=80=E5=A7=8B=E6=90=9C=E7=B4=A2=E9=99=84?= =?UTF-8?q?=E8=BF=91=E7=9A=84=20iBeacon=20=E8=AE=BE=E5=A4=87=20=E5=86=99?= =?UTF-8?q?=E5=8F=8D=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/README.md b/docs/api/README.md index c719da800..52e010025 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -444,8 +444,8 @@ uni.addInterceptor({ |[uni.onBeaconServiceChange](/api/system/ibeacon?id=onbeaconservicechange)|监听 iBeacon 服务状态变化事件| |[uni.onBeaconUpdate](/api/system/ibeacon?id=onbeaconupdate)|监听 iBeacon 设备更新事件| |[uni.getBeacons](/api/system/ibeacon?id=getbeacons)|获取所有已搜索到的 iBeacon 设备| -|[uni.startBeaconDiscovery](/api/system/ibeacon?id=startbeacondiscovery)|停止搜索附近的 iBeacon 设备| -|[uni.stopBeaconDiscovery](/api/system/ibeacon?id=stopbeacondiscovery)|开始搜索附近的 iBeacon 设备| +|[uni.startBeaconDiscovery](/api/system/ibeacon?id=startbeacondiscovery)|开始搜索附近的 iBeacon 设备| +|[uni.stopBeaconDiscovery](/api/system/ibeacon?id=stopbeacondiscovery)|停止搜索附近的 iBeacon 设备| ##### 生物认证 -- Gitee