From 43c0b68e1aa7d25c8a0f3219429a4e58c22aed77 Mon Sep 17 00:00:00 2001 From: Songzex <2402265378@qq.com> Date: Fri, 11 Sep 2026 09:07:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=97=E6=BC=8F=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/core/consts/http_api_consts.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/core/consts/http_api_consts.dart b/lib/core/consts/http_api_consts.dart index 360d568b..eb14ca90 100644 --- a/lib/core/consts/http_api_consts.dart +++ b/lib/core/consts/http_api_consts.dart @@ -38,6 +38,10 @@ class HttpApiConsts { // 获取全部设备列表(用于蓝牙绑定匹配) static String get getDeviceList => "$baseUrl/iot/device/getDeviceList"; + // 根据拆分码(蓝牙设备名/时间戳)精确查询设备(用于蓝牙绑定匹配) + static String get getDeviceBySpiltCode => + "$baseUrl/iot/device/getDeviceBySpiltCode"; + // 获取机器人列表 static String get getRobotList => "$baseUrl/iot/device/getSiteList";