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,