mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-09 06:27:38 +00:00
【功能完善】IoT: 场景联动执行器-数据桥梁选择
This commit is contained in:
@@ -170,7 +170,7 @@ export const DeviceApi = {
|
||||
// 根据ProductKey和DeviceNames获取设备列表
|
||||
getDevicesByProductKeyAndNames: async (productKey: string, deviceNames: string[]) => {
|
||||
return await request.get({
|
||||
url: `/iot/device/get-by-product-key-and-names`,
|
||||
url: `/iot/device/list-by-product-key-and-names`,
|
||||
params: {
|
||||
productKey,
|
||||
deviceNames: deviceNames.join(',')
|
||||
|
||||
Reference in New Issue
Block a user