From 7776086050027da98ad4a3dc33c4eb30b8c8d083 Mon Sep 17 00:00:00 2001 From: gongcheng Date: Sun, 5 May 2024 15:49:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=9C=BA=E6=99=AF=E8=81=94=E5=8A=A8bu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/dtos/ekuiper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/dtos/ekuiper.go b/internal/dtos/ekuiper.go index 22a002c..ece64c7 100644 --- a/internal/dtos/ekuiper.go +++ b/internal/dtos/ekuiper.go @@ -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