From 57d1fbad6e97386a171027c440460d32316242d9 Mon Sep 17 00:00:00 2001 From: weizhihong Date: Thu, 26 Oct 2023 18:09:58 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index 00b9a53..f8b5ac6 100644 --- a/config/config.go +++ b/config/config.go @@ -52,6 +52,7 @@ type centrifugo struct { // 第三方配置结构 type ThridPartyConfig struct { + Id int32 `json:"id"` Dynamics DynamicsConfig `json:"dynamics"` Vobc VobcConfig `json:"vobc"` Interlock InterlockConfig `json:"interlock"`