odc.xiaohui
2023-12-22 2969915f7a8f5b1f235b6cc954011eb09dffc38f
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: 'get',
    params: winIp
  });
}
export function examineIds(ossId: string | number)   {
  return request({
    url: '/resource/oss/' + ossId,
    method: 'get'
  } )
}