liuxiaolong
2019-12-20 9ec93868542b97e8b6fb23b5e35fa21ea8607e2e
controllers/camera.go
@@ -339,7 +339,10 @@
      util.ResponseFormat(c, code.ComError, "更新失败")
        return 
    }
    util.ResponseFormat(c, code.Success, filename)
    util.ResponseFormat(c, code.Success, map[string]string{
       "cameraId": cid,
       "snapshotUrl": filename,
   })
type CameraChangeRunVo struct {