1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-07 14:12:27 +08:00

完善微信智能硬件接口

This commit is contained in:
larry.liu
2019-11-15 14:46:16 +08:00
parent f4e58b0712
commit c4a361bbf6
5 changed files with 199 additions and 61 deletions

9
device/message.go Normal file
View File

@@ -0,0 +1,9 @@
package device
// 设备消息响应
type MsgDevice struct {
DeviceType string
DeviceID string
SessionId string
OpenID string
}