Skip to content

Commit 3cdec4a

Browse files
committed
fix: remove some unused fields
1 parent 3e59501 commit 3cdec4a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

mp/core/mixed_msg.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,17 @@ type MixedMsg struct {
5959
PoiName string `xml:"Poiname" json:"Poiname"`
6060
} `xml:"SendLocationInfo,omitempty" json:"SendLocationInfo,omitempty"`
6161

62-
MsgID int64 `xml:"MsgID" json:"MsgID"` // template, mass
63-
Status string `xml:"Status" json:"Status"` // template, mass
62+
MsgID int64 `xml:"MsgID" json:"MsgID"` // template, mass
63+
Status string `xml:"Status" json:"Status"` // template, mass
64+
/*
6465
*mass // mass
6566
*account // account
6667
*dkf // dkf
6768
*poi // poi
6869
*card // card
6970
*bizwifi // bizwifi
7071
*file // MsgType is file
72+
*/
7173

7274
// shakearound
7375
ChosenBeacon *struct {

0 commit comments

Comments
 (0)