修场景联动bug

master
gongcheng 2024-05-05 15:49:56 +08:00
parent ad9e138d8c
commit 7776086050
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ func GetRuleSceneEkuiperActions(actionUrl string) []Actions {
var a []Actions
rest := make(map[string]interface{})
rest["method"] = "POST"
rest["url"] = actionUrl + "/api/v1/ekuiper/scene"
rest["url"] = "http://hummingbird-core:58081" + "/api/v1/ekuiper/scene"
rest["bodyType"] = "json"
rest["timeout"] = 5000
rest["runAsync"] = false