Browse Source

add sessionFrom for mini program custom message

JL 8 years ago
parent
commit
2afc43adb9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      message/message.go

+ 1 - 0
message/message.go

@@ -90,6 +90,7 @@ type MixMessage struct {
 	Precision string    `xml:"Precision"`
 	MenuID    string    `xml:"MenuId"`
 	Status    string    `xml:"Status"`
+	SessionFrom string  `xml:"SessionFrom"`
 
 	ScanCodeInfo struct {
 		ScanType   string `xml:"ScanType"`