sunty
2020-08-20 9d88c7c467f8d93af4aab9ba0b6d6c01c2ffc546
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)