feat:DeviceDetailsSimulator

This commit is contained in:
alwayssuper
2025-01-03 22:33:40 +08:00
parent 61ebe5b9a2
commit 5e8aad7703
2 changed files with 180 additions and 43 deletions

View File

@ -45,6 +45,11 @@ export const ThingModelApi = {
return await request.get({ url: `/iot/thing-model/page`, params })
},
// 获得产品物模型列表
getThingModelList: async (params: any) => {
return await request.get({ url: `/iot/thing-model/list`, params })
},
// 获得产品物模型
getThingModelListByProductId: async (params: any) => {
return await request.get({