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"` }