diff --git a/src/core/openlist/openlist.utils.ts b/src/core/openlist/openlist.utils.ts index 0c72c94..c7f9c1f 100644 --- a/src/core/openlist/openlist.utils.ts +++ b/src/core/openlist/openlist.utils.ts @@ -40,7 +40,8 @@ export class OpenListUtils { } } catch (error) { this.logger.error('获取Token失败..', error); - throw new Error('获取Token失败..'); + //throw new Error('获取Token失败..'); + return 'null'; } }