From e1e4f805ead7dd04b09aac6ea59d0d099defeb19 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 27 Oct 2023 13:07:03 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/TGClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/TGClient.ts b/src/utils/TGClient.ts index 87f5717f..a06ee991 100644 --- a/src/utils/TGClient.ts +++ b/src/utils/TGClient.ts @@ -207,7 +207,7 @@ class TGClient { * @returns {void} - 无返回值 */ async callback(callback: string, data: object): Promise { - const response: TGApp.BBS.Response.Base = { + const response = { retcode: 0, message: "success", data: data ?? {},