1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-05 13:12:26 +08:00
Files
wechat/device/message.go
2019-11-15 14:46:16 +08:00

10 lines
140 B
Go

package device
// 设备消息响应
type MsgDevice struct {
DeviceType string
DeviceID string
SessionId string
OpenID string
}