视频录制

This commit is contained in:
Your Name
2023-10-29 17:46:48 +08:00
parent ecdee98008
commit c72635f21e
4 changed files with 32 additions and 3 deletions
+8
View File
@@ -7,4 +7,12 @@ export function adjudicationArchives(data) {
method: 'get',
params: data
})
}
//根据案件id查询视频列表
export function videoList(data) {
return request({
url: '/video/videoList',
method: 'get',
params: data
})
}