We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e59501 commit 3cdec4aCopy full SHA for 3cdec4a
1 file changed
mp/core/mixed_msg.go
@@ -59,15 +59,17 @@ type MixedMsg struct {
59
PoiName string `xml:"Poiname" json:"Poiname"`
60
} `xml:"SendLocationInfo,omitempty" json:"SendLocationInfo,omitempty"`
61
62
- MsgID int64 `xml:"MsgID" json:"MsgID"` // template, mass
63
- Status string `xml:"Status" json:"Status"` // template, mass
+ MsgID int64 `xml:"MsgID" json:"MsgID"` // template, mass
+ Status string `xml:"Status" json:"Status"` // template, mass
64
+ /*
65
*mass // mass
66
*account // account
67
*dkf // dkf
68
*poi // poi
69
*card // card
70
*bizwifi // bizwifi
71
*file // MsgType is file
72
+ */
73
74
// shakearound
75
ChosenBeacon *struct {
0 commit comments