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

@ -11,11 +11,4 @@ export async function getAnnouncesInfo(params?:any) {
...params
}
})
}
//按照oid删除文件
export async function removeFile(oid?:string) {
return request('/api/core-service-ebtp-updownload/v1/attachment/group/'+oid,{
method:'delete',
})
}