【update】-会议-文件上传接口的修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user