调解书上传下载

This commit is contained in:
hanchaobo
2024-04-22 17:32:07 +08:00
parent ca17f03831
commit b1c8e45570
3 changed files with 154 additions and 0 deletions
+8
View File
@@ -245,4 +245,12 @@ export function getIdType() {
url: '/system/dict/data/type/id_type',
method: 'get',
})
}
// 会议附件上传接口
export function meetingUpload(data) {
return request({
url: '/video/upload',
method: 'post',
data: data
})
}