【代码优化】IoT: 场景联动

This commit is contained in:
puhui999
2025-03-25 16:19:56 +08:00
parent cbdcffb20c
commit 416c7f42ab
10 changed files with 305 additions and 354 deletions

View File

@ -61,7 +61,7 @@ export const ThingModelApi = {
// 获得产品物模型 TSL
getThingModelTSLByProductId: async (productId: number) => {
return await request.get({
url: `/iot/thing-model/tsl-by-product-id?productId=${productId}`
url: `/iot/thing-model/get-tsl?productId=${productId}`
})
},