下载记录

This commit is contained in:
DESKTOP-6C3NK6N\WXS
2024-09-12 10:46:33 +08:00
parent 9653e4478b
commit b762d3d0dd
4 changed files with 410 additions and 11 deletions
+16
View File
@@ -79,4 +79,20 @@ export function verifyIRStudyAllowUpload(data) {
method: 'post',
data
})
}
// 影像下载成功确认
export function downloadImageSuccess(params) {
return request({
url: '/DownloadAndUpload/downloadImageSuccess',
method: 'post',
params
})
}
// 影像下载记录列表
export function getTrialDownloadList(data) {
return request({
url: '/DownloadAndUpload/getTrialDownloadList',
method: 'post',
data
})
}