From f15a17f17cf1c3f278a047b6f5275f95641eceb1 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 13 三月 2025 13:05:56 +0800 Subject: [PATCH] feat: api --- src/utils/oss/index.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/oss/index.ts b/src/utils/oss/index.ts index 9501e36..2dd5d98 100644 --- a/src/utils/oss/index.ts +++ b/src/utils/oss/index.ts @@ -1,13 +1,13 @@ import { BoleOss } from '@bole-core/core'; import { loadEnv } from '@build/index'; import AliOSS from 'ali-oss'; -import * as userServices from '@/services/api/User'; +import * as accountServices from '@/services/api/Account'; export class OssManager { private static OssInstance: BoleOss; private static async getOssSTS() { - return await userServices.getOssSTS({ + return await accountServices.getOssSTS({ showLoading: false, }); } -- Gitblit v1.9.1