mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-08 06:32:27 +08:00
实现消息解密
This commit is contained in:
8
message/message.go
Normal file
8
message/message.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package message
|
||||
|
||||
//EncryptedXMLMsg 安全模式下的消息体
|
||||
type EncryptedXMLMsg struct {
|
||||
XMLName struct{} `xml:"xml" json:"-"`
|
||||
ToUserName string `xml:"ToUserName" json:"ToUserName"`
|
||||
EncryptedMsg string `xml:"Encrypt" json:"Encrypt"`
|
||||
}
|
||||
Reference in New Issue
Block a user