Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 207b56e419 |
@@ -75,8 +75,9 @@ type WebsocketSignData struct {
|
|||||||
|
|
||||||
// 语音助手数据
|
// 语音助手数据
|
||||||
type VoiceAssistant struct {
|
type VoiceAssistant struct {
|
||||||
Id uint32 `json:"id"`
|
Id uint32 `json:"id"`
|
||||||
Type uint8 `json:"type"`
|
Type uint8 `json:"type"`
|
||||||
BemFaEnable uint8 `json:"bem_fa_enable"`
|
OnlineStatus uint8 `json:"online_status"`
|
||||||
BemFaName string `json:"bem_fa_name"`
|
BemFaEnable uint8 `json:"bem_fa_enable"`
|
||||||
|
BemFaName string `json:"bem_fa_name"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user