guanqb
2023-01-30 9bc4dcfe0928011e4e986014a2bb5bf3b897e292
src/api/video/index.js
@@ -41,7 +41,9 @@
export const getDevices = (channelId) => {
    return request({
        // 内网使用地址,外网把36110000002009999000更换掉
        url: `/play/start/36110000002009999000/${channelId}`,
        // url: `/play/start/36110000002009999000/${channelId}`,
        // 外网使用地址
        url: `/play/start/34020000002000000003/${channelId}`,
        method: 'get',
        requestBaseUrl: 'outside'
    })