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