14 lines
242 B
Go
14 lines
242 B
Go
![]() |
package old
|
||
|
|
||
|
type MsgTipNoticeAck struct {
|
||
|
Message string `json:"Message"` //提示消息
|
||
|
}
|
||
|
|
||
|
type MsgGmCommandReq struct {
|
||
|
Command string `json:"Command,omitempty"` //命令
|
||
|
}
|
||
|
|
||
|
type MsgServerTimeSyncAck struct {
|
||
|
Time int64 `json:"Time"`
|
||
|
}
|