From 5a36a304c0690da58d05968c382c74e732062223 Mon Sep 17 00:00:00 2001 From: zouap Date: Wed, 14 Sep 2022 09:49:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=93=E5=8D=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/repo/aisafety.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/repo/aisafety.go b/routers/repo/aisafety.go index 8e2139a20..89c9c189e 100644 --- a/routers/repo/aisafety.go +++ b/routers/repo/aisafety.go @@ -29,7 +29,7 @@ func CloudBrainAiSafetyCreateTest(ctx *context.Context) { jsonMap, err := getJsonContent("http://192.168.207.34:8065/Test_zap1234/openi_aisafety/raw/branch/master/result/0301.json") if err == nil { aisafety.GetAlgorithmList() - aisafety.CreateSafetyTask(id, jsonMap) + aisafety.CreateSafetyTask(id, "test", jsonMap) time.Sleep(time.Duration(2) * time.Second) aisafety.GetTaskStatus(id) }