fix
liuxiaolong
2019-12-04 847da9b0c6f0719cf2b4acb17dbff122feb6c508
controllers/camera.go
@@ -346,7 +346,7 @@
         var file protomsg.FileAnalysis
         bytes, _ := json.Marshal(d)
         err := json.Unmarshal(bytes, &file)
         if err !=nil {
         if err == nil {
            util.ResponseFormat(c, code.Success, map[string]string{
               "cameraId": cid,
               "snapshotUrl": file.SnapshotUrl,