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

格式化代码样式

This commit is contained in:
larry.liu
2019-11-15 15:56:38 +08:00
parent d806d1c968
commit 5617c9512d
5 changed files with 35 additions and 26 deletions

View File

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