mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-05 13:12:26 +08:00
10 lines
140 B
Go
10 lines
140 B
Go
package device
|
|
|
|
// 设备消息响应
|
|
type MsgDevice struct {
|
|
DeviceType string
|
|
DeviceID string
|
|
SessionId string
|
|
OpenID string
|
|
}
|