From d885bab42695bf9e40db1e5322609dc76dd3180e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sun, 27 Oct 2024 22:03:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=B1=BB=E5=9E=8B=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/services/NodeIKernelGroupService.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/services/NodeIKernelGroupService.ts b/src/core/services/NodeIKernelGroupService.ts index 63c4e881..49e77849 100644 --- a/src/core/services/NodeIKernelGroupService.ts +++ b/src/core/services/NodeIKernelGroupService.ts @@ -232,7 +232,8 @@ export interface NodeIKernelGroupService { getGroupStatisticInfo(groupCode: string): unknown; - getGroupRemainAtTimes(groupCode: string): Promise & { + errMsg: string, atInfo: { canAtAll: boolean RemainAtAllCountForUin: number