perf: 【IoT 物联网】场景联动执行器和触发器的参数值类型都调整为了字符串类型

This commit is contained in:
puhui999
2025-08-05 21:26:01 +08:00
parent 9917683f0a
commit d81c544ad9
6 changed files with 281 additions and 113 deletions

View File

@@ -175,7 +175,7 @@ interface Action {
productId?: number // 产品编号
deviceId?: number // 设备编号
identifier?: string // 物模型标识符(服务调用时使用)
params?: Record<string, any> // 请求参数
params?: string // 请求参数
alertConfigId?: number // 告警配置编号
}