Browse Source

安心云摄像头查询信息增加

release_0.0.2
巴林闲侠 3 years ago
parent
commit
b6a763e3c8
  1. 7
      code/VideoAccess-VCMP/api/app/lib/controllers/camera/index.js

7
code/VideoAccess-VCMP/api/app/lib/controllers/camera/index.js

@ -174,6 +174,13 @@ async function getCamera (ctx) {
model: models.CameraKind
}, {
model: models.Vender
}, {
model: models.SecretYingshi,
attributes: ['token']
}, {
model: models.GbCamera,
attributes: ['id', 'online', 'playUrl'],
required: false
}]
})

Loading…
Cancel
Save