Commit 17b50b83 authored by 罗超's avatar 罗超

1

parent 9e2c5c3c
import request from '../../utils/request'
/**
* 获取视频播放凭证
* @param {JSON参数} data
*/
export function getVideoPlayAuth(data) {
return request({
url: '/Video/GetVideoPlayAuth',
method: 'post',
data
})
}
/**
* 获取视频播放路径
* @param {JSON参数} data
*/
export function getVideoPlayUrl(data) {
return request({
url: '/Video/GetPlayInfo',
method: 'post',
data
})
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment