fix
liuxiaolong
2019-12-04 847da9b0c6f0719cf2b4acb17dbff122feb6c508
fix
1个文件已修改
2 ■■■ 已修改文件
controllers/camera.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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,