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"`