odc.xiaohui
2023-11-09 b3950b71def7ced271171626c4c883f66fa036e3
src/api/system/oss/index.ts
@@ -26,3 +26,16 @@
    method: 'delete'
  });
}
export function createUser(winIp: string | number | Array<string | number>) {
  return request({
    url: '/auth/auto' ,
    method: 'put',
    data: winIp
  });
}
export function examineIds(ossId: string | number)   {
  return request({
    url: '/resource/oss/' + ossId,
    method: 'get'
  } )
}