video/upload接口参数更改 #113

Merged
hanchaobo merged 2 commits from hcb into dev 2024-04-30 02:50:14 +00:00
@@ -50,6 +50,7 @@ export default {
Authorization: "Bearer " + getToken(),
},
filedata: {
isMediaBook:1,
annexType: null,
caseId: null
},
@@ -87,7 +88,7 @@ export default {
if (extension == 'docx' || extension == 'doc') {
this.filedata.annexType = 7
} else if (extension == 'pdf') {
this.filedata.annexType = 13
this.filedata.annexType = 7
}
this.filedata.caseId = this.mediationLise.id
this.fileList = fileList;