添加语音助手相关方法

This commit is contained in:
2025-09-19 18:00:55 +08:00
parent 30e530de6d
commit 69e7893d27
2 changed files with 36 additions and 0 deletions

View File

@@ -72,3 +72,11 @@ type WebsocketSignData struct {
UserId uint32 `json:"user_id"`
Platform string `json:"platform"`
}
// 语音助手数据
type VoiceAssistant struct {
Id uint32 `json:"id"`
Type uint8 `json:"type"`
BemFaEnable uint8 `json:"bem_fa_enable"`
BemFaName string `json:"bem_fa_name"`
}