mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-10 04:02:42 +00:00
feat:DeviceDetailsSimulator
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user