liuxiaolong
2019-12-04 ccb9c97bb53a7eee868fd4232fb027ef5c5d1ea2
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 {