jxdnsong
2022-10-25 bf5ba56e8a82f0ef699f2eae413d0dc2c4e4f67d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * @Author: Morpheus
 * @Date: 2021-05-09 15:17:44
 * @Last Modified by: Morpheus
 * @Last Modified time: 2022-06-08 18:29:50
 */
// 监控
import request from '@/router/axios'
 
export const getListVideo = (params) => {
    return request({
        url: '/blade-sp/sp/list',
        method: 'get',
        params: params
    })
}