|
|
@@ -177,9 +177,10 @@ export function getWeather() {
|
|
|
* 11. 根据设备ID查询视频流
|
|
|
* GET /iot/camera/getPreviewURLs
|
|
|
*/
|
|
|
-export function iotCameraGetPreviewURLs() {
|
|
|
+export function iotCameraGetPreviewURLs(params) {
|
|
|
return request({
|
|
|
url: '/iot/camera/getPreviewURLs',
|
|
|
- method: 'get'
|
|
|
+ method: 'get',
|
|
|
+ params
|
|
|
})
|
|
|
}
|