遗漏的文件
This commit is contained in:
@@ -38,6 +38,10 @@ class HttpApiConsts {
|
|||||||
// 获取全部设备列表(用于蓝牙绑定匹配)
|
// 获取全部设备列表(用于蓝牙绑定匹配)
|
||||||
static String get getDeviceList => "$baseUrl/iot/device/getDeviceList";
|
static String get getDeviceList => "$baseUrl/iot/device/getDeviceList";
|
||||||
|
|
||||||
|
// 根据拆分码(蓝牙设备名/时间戳)精确查询设备(用于蓝牙绑定匹配)
|
||||||
|
static String get getDeviceBySpiltCode =>
|
||||||
|
"$baseUrl/iot/device/getDeviceBySpiltCode";
|
||||||
|
|
||||||
// 获取机器人列表
|
// 获取机器人列表
|
||||||
static String get getRobotList => "$baseUrl/iot/device/getSiteList";
|
static String get getRobotList => "$baseUrl/iot/device/getSiteList";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user