Prechádzať zdrojové kódy

Merge pull request #45 from JaleelLiu/develop

add sessionFrom for mini program custom message
silenceper 8 rokov pred
rodič
commit
d74a68c2fa
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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"`