This commit is contained in:
wenzl
2016-09-19 20:10:48 +08:00
parent 59a2d41d69
commit 11cca83c5e
5 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -2,10 +2,10 @@ package message
import "encoding/xml"
//MsgType 基本消息类型
// MsgType 基本消息类型
type MsgType string
//EventType 事件类型
// EventType 事件类型
type EventType string
const (