From 8805d111644bc8eed2b5fc052d03856b40d7b394 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 09 Feb 2023 10:47:52 +0800
Subject: [PATCH] 设备通道号更换
---
src/api/video/index.js | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/api/video/index.js b/src/api/video/index.js
index 097e145..c492def 100644
--- a/src/api/video/index.js
+++ b/src/api/video/index.js
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2022-11-15 15:10:41
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-02-08 10:11:23
+ * @LastEditTime: 2023-02-09 10:46:58
* @FilePath: \srs-police-affairs\src\api\video\index.js
* @Description:
*
@@ -21,9 +21,9 @@
export const getVideoList = (page, count, query, params = {}) => {
return request({
// 内网使用地址,外网把36110000002009999000更换掉
- // url: '/device/query/devices/36110000002009999000/channels',
+ url: '/device/query/devices/36110000002009999000/channels',
// 外网使用地址
- url: '/device/query/devices/34020000002000000003/channels',
+ // url: '/device/query/devices/34020000002000000003/channels',
method: 'get',
requestBaseUrl: 'outside',
params: {
@@ -43,9 +43,9 @@
export const getDevices = (channelId) => {
return request({
// 内网使用地址,外网把36110000002009999000更换掉
- // url: `/play/start/36110000002009999000/${channelId}`,
+ url: `/play/start/36110000002009999000/${channelId}`,
// 外网使用地址
- url: `/play/start/34020000002000000003/${channelId}`,
+ // url: `/play/start/34020000002000000003/${channelId}`,
method: 'get',
requestBaseUrl: 'outside'
})
--
Gitblit v1.9.3