package old type MsgTipNoticeAck struct { Message string `json:"Message"` //提示消息 } type MsgGmCommandReq struct { Command string `json:"Command,omitempty"` //命令 } type MsgServerTimeSyncAck struct { Time int64 `json:"Time"` }