From 66b3706524dd2e9218e6bfb619d5507a48c47e14 Mon Sep 17 00:00:00 2001 From: linyuchen Date: Tue, 10 Sep 2024 17:35:14 +0800 Subject: [PATCH] :recycle:refactor: rkey server url --- src/ntqqapi/api/file.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ntqqapi/api/file.ts b/src/ntqqapi/api/file.ts index 6599064..895d81e 100644 --- a/src/ntqqapi/api/file.ts +++ b/src/ntqqapi/api/file.ts @@ -38,7 +38,7 @@ export class NTQQFileApi extends Service { constructor(protected ctx: Context) { super(ctx, 'ntFileApi', true) - this.rkeyManager = new RkeyManager(ctx, 'http://napcat-sign.wumiao.wang:2082/rkey') + this.rkeyManager = new RkeyManager(ctx, 'https://llob.linyuchen.net/rkey') } async getVideoUrl(peer: Peer, msgId: string, elementId: string) {