HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs
@@ -211,6 +211,7 @@ conditionJOb.Add("key", dic["key"]); var c1 = ""; dic.TryGetValue("comparator", out c1); c1 = string.IsNullOrEmpty(c1) ? "" : c1; conditionJOb.TryAdd("comparator", c1); conditionJOb.Add("data_type", dic["data_type"]); conditionJOb.Add("value", dic["value"]); @@ -244,7 +245,8 @@ var pushConfigsArray = new JArray { }; if (logic.pushConfigs.Count > 0) { // 推送文本 { // 推送文本 foreach (var pushConfig in logic.pushConfigs) {