liuxiaolong
2019-12-26 87051e0ff26fbb47b4aa828b22dcfd6a628a47d0
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)