odc.xiaohui
2023-12-20 f34f2fda119d271a9bd0c281c03464181988ea2a
src/api/system/oss/index.ts
@@ -29,8 +29,8 @@
export function createUser(winIp: string | number | Array<string | number>) {
  return request({
    url: '/auth/auto' ,
    method: 'put',
    data: winIp
    method: 'get',
    params: winIp
  });
}
export function examineIds(ossId: string | number)   {