遗漏的文件

This commit is contained in:
2026-09-11 09:07:18 +08:00
parent 356c2a1925
commit 43c0b68e1a

View File

@@ -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";