liuxiaolong
2019-12-04 ccb9c97bb53a7eee868fd4232fb027ef5c5d1ea2
fix fileSetting show
1个文件已修改
4 ■■■ 已修改文件
controllers/fileAnalysisSetting.go 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
controllers/fileAnalysisSetting.go
@@ -26,7 +26,9 @@
        util.ResponseFormat(c,code.Success, map[string]interface{}{
            "videoEnable": setting.VideoEnable,
            "fileDirectory": setting.FileDirectory,
            "channelCount": setting.ChannelCount,
            "videoChannelCount": setting.VideoChannelCount,
            "imgChannelCount": setting.ImgChannelCount,
            "audioChannelCount": setting.AudioChannelCount,
        })
    } else {
        util.ResponseFormat(c,code.ComError, setting)