xx
This commit is contained in:
@@ -19,6 +19,10 @@ type MessageState struct {
|
||||
State string `json:"State,omitempty"`
|
||||
}
|
||||
|
||||
type MessageDb struct {
|
||||
Db string `json:"Db,omitempty"`
|
||||
}
|
||||
|
||||
//type MessageData struct {
|
||||
// UpDataStruct
|
||||
//}
|
||||
@@ -45,6 +49,7 @@ type MessageVoiceConf struct {
|
||||
Yd string `json:"yd"`
|
||||
IsPlay string `json:"isPlay"`
|
||||
}
|
||||
|
||||
type Message struct {
|
||||
MessageType
|
||||
MessageImei
|
||||
@@ -56,4 +61,5 @@ type Message struct {
|
||||
MessageStartData
|
||||
MessageConf `json:"Conf,omitempty"`
|
||||
MessageVoiceConf `json:"VoiceConf,omitempty"`
|
||||
MessageDb
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user