feat:【IoT 物联网】完善设备消息的查询

This commit is contained in:
YunaiV
2025-06-14 11:10:47 +08:00
parent a33eda3b1c
commit f17404615e
8 changed files with 214 additions and 238 deletions

View File

@@ -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 连接参数