From 490e2ffb45c8a2b710a6d4fc27d281f435d6e224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Tue, 31 Aug 2021 09:53:53 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E6=94=B9=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 96a777b..bc2433c 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ func initNacos() { } cc := constant.ClientConfig{ AppName: "api1", - NamespaceId: "e56f939e-6d22-449c-97d2-39a8ae5afd58", //namespace id + NamespaceId: "", //namespace id TimeoutMs: 5000, NotLoadCacheAtStart: true, RotateTime: "1h",