From 207b56e41970a5231e94ddf71aaa2f6337759145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=81=92?= <2390904403@qq.com> Date: Sat, 20 Sep 2025 17:42:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AD=E9=9F=B3=E5=8A=A9=E6=89=8B=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E6=B7=BB=E5=8A=A0=E5=9C=A8=E7=BA=BF=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/rpc/type.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkg/rpc/type.go b/pkg/rpc/type.go index f058ec8..b3d908a 100644 --- a/pkg/rpc/type.go +++ b/pkg/rpc/type.go @@ -75,8 +75,9 @@ type WebsocketSignData struct { // 语音助手数据 type VoiceAssistant struct { - Id uint32 `json:"id"` - Type uint8 `json:"type"` - BemFaEnable uint8 `json:"bem_fa_enable"` - BemFaName string `json:"bem_fa_name"` + Id uint32 `json:"id"` + Type uint8 `json:"type"` + OnlineStatus uint8 `json:"online_status"` + BemFaEnable uint8 `json:"bem_fa_enable"` + BemFaName string `json:"bem_fa_name"` }