From 155737d95e7143ffe01cf91749fc601a10cfd7a7 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期一, 29 七月 2024 19:18:06 +0800 Subject: [PATCH] 添加录像通知 --- config/config.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/config.go b/config/config.go index aa34146..8c39c4c 100644 --- a/config/config.go +++ b/config/config.go @@ -48,8 +48,8 @@ ReportServer string `mapstructure:"report-server"` ReportInterval int `mapstructure:"report-interval"` RetryInterval int `mapstructure:"retry-interval"` - Enable bool `mapstructure:"enable"` FTPServer string `mapstructure:"ftp-server"` + RecordServer string `mapstructure:"record-server"` } type image struct { -- Gitblit v1.8.0