From ff08a56d5107271598b7075bd534936e22ffdf1b Mon Sep 17 00:00:00 2001 From: Jerryplusy Date: Thu, 18 Sep 2025 18:18:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BC=98=E5=8C=96=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/openlist/openlist.utils.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'; } }