From 4eb4a612d086c5a93fd1c1cc6808a99c4d4263ad 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: Sat, 26 Oct 2024 20:25:34 +0800 Subject: [PATCH] fix: type --- src/core/services/NodeIKernelGroupService.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/services/NodeIKernelGroupService.ts b/src/core/services/NodeIKernelGroupService.ts index d9a7920e..abb55fff 100644 --- a/src/core/services/NodeIKernelGroupService.ts +++ b/src/core/services/NodeIKernelGroupService.ts @@ -12,6 +12,7 @@ import { import { GeneralCallResult } from '@/core/services/common'; export interface NodeIKernelGroupService { + // isTroopMember ? 0 : 111 // ---> // 待启用 For Next Version 3.2.0 getGroupMemberMaxNum(groupCode: string, serviceType: number): Promise;