feat:对接工单模块接口
This commit is contained in:
@@ -16,3 +16,12 @@ export function getVideoListApi(data) {
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
||||
// 刷新播放地址
|
||||
export function postRefreshApi(data) {
|
||||
return request({
|
||||
url: '/api/video/refresh',
|
||||
method: 'POST',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user