4.1 同步发版内容到天梯

This commit is contained in:
jl-zhoujl2
2022-04-01 20:06:34 +08:00
parent a3b939d154
commit 7b3efe00dd
128 changed files with 929 additions and 5029 deletions

View File

@ -66,15 +66,6 @@ export async function deleteSecondFile(param: any) {
});
}
/**
* 归档列表-新增二级上传文件-获取业务id
*/
export async function getSecondBusinessId() {
return request('/api/core-service-ebtp-updownload/v1/business/id', {
method: 'GET',
});
}
/**
* 归档列表-新增二级查询归档目录
* @param param
@ -115,28 +106,6 @@ export async function proArchive(param: any) {
});
}
/**
* 根据oid删除文件
* @param params
*/
export async function deleteFileByOid(params: any) {
return request('/api/core-service-ebtp-updownload/v1/attachment/item/' + params, {
method: 'DELETE',
});
}
/**
* 根据bid获取文件列表
* @param params
*/
export async function getFileListByBid(params: any) {
return request('/api/core-service-ebtp-updownload/v1/attachment/find', {
method: 'POST',
data: {...params}
});
}
//列表文件下载==》高海峰
export async function selectParam2(params?: any) {
return request('/api/core-service-ebtp-updownload/v1/hulk/push',{