添加语音助手相关方法
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user