From 879b35b6a6770a71f0091e0ed3276d4ec72649b4 Mon Sep 17 00:00:00 2001 From: zhangwei <894646498@qq.com> Date: Wed, 3 Jan 2024 16:12:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=94=AF=E5=90=8D=E7=A7=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: a4be0f3f3e58b77e157db862f551b5f3d4f8855c --- api/desc/core/pcm-core.api | 1 + 1 file changed, 1 insertion(+) diff --git a/api/desc/core/pcm-core.api b/api/desc/core/pcm-core.api index 5bbf7c1e..0a89111a 100644 --- a/api/desc/core/pcm-core.api +++ b/api/desc/core/pcm-core.api @@ -576,6 +576,7 @@ type getHashcatHandlerResp { } + type participantListResp { Participants []Participant `json:"participants"` }