【update】-会议-文件上传接口的修改

This commit is contained in:
fengchenchen
2023-07-14 17:59:45 +08:00
parent d99d6b488b
commit 7479e7aa7c
2 changed files with 322 additions and 70 deletions
+3
View File
@@ -101,6 +101,8 @@ const getTransitURL = url => `/sys/common/transitRESTful?url=${encodeURIComponen
// 通过文件的id获取文件的相应信息
const getFileInfo = (params) => getAction('/sys/oss/file/queryById', params)
// 通过多个文件的ids 获取文件的相应信息
const getFileInfoByIds = (params) => getAction('/sys/oss/file/queryByIds', params)
// 中转HTTP请求
export const transitRESTful = {
@@ -186,6 +188,7 @@ export {
queryallRoles,
getContactsById,
getFileInfo,
getFileInfoByIds,
getKeyIv,
getContactsByCompanyNoLimit,
loginIdmPlatform,