feat:对接工单模块接口

This commit is contained in:
zjc
2025-01-01 12:59:32 +08:00
parent d2c0db5270
commit 0742c6fa93
19 changed files with 616 additions and 772 deletions

View File

@@ -16,3 +16,12 @@ export function getVideoListApi(data) {
params: data
})
}
// 刷新播放地址
export function postRefreshApi(data) {
return request({
url: '/api/video/refresh',
method: 'POST',
data: data
})
}