mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-09 16:54:31 +00:00
feat:【IoT 物联网】完善设备消息的查询
This commit is contained in:
@@ -157,8 +157,8 @@ export const DeviceApi = {
|
||||
},
|
||||
|
||||
// 查询设备日志分页
|
||||
getDeviceLogPage: async (params: any) => {
|
||||
return await request.get({ url: `/iot/device/log/page`, params })
|
||||
getDeviceMessagePage: async (params: any) => {
|
||||
return await request.get({ url: `/iot/device/message/page`, params })
|
||||
},
|
||||
|
||||
// 获取设备 MQTT 连接参数
|
||||
|
||||
Reference in New Issue
Block a user