hotime/vendor/github.com/silenceper/wechat/v2/officialaccount/device/message.go

10 lines
150 B
Go
Raw Normal View History

2022-05-24 05:49:25 +00:00
package device
// MsgDevice 设备消息响应
type MsgDevice struct {
DeviceType string
DeviceID string
SessionID string
OpenID string
}