修改展示

This commit is contained in:
lcj
2025-03-18 17:29:23 +08:00
parent 52c8ab0f20
commit f645df71ba
32 changed files with 261 additions and 15 deletions

View File

@ -12,7 +12,7 @@ export function listOss(query: OssQuery): AxiosPromise<OssVO[]> {
}
// 查询OSS对象基于id串
export function listByIds(ossId: string | number): AxiosPromise<OssVO[]> {
export function listByIds(ossId: string | number | string[]): AxiosPromise<OssVO[]> {
return request({
url: '/resource/oss/listByIds/' + ossId,
method: 'get'