| 123456789101112131415161718 |
- package nameRemote
- const (
- Ops_CheckNodeState = "checkNodeState"
- Ops_ChangeNodeState = "changeNodeState"
- Ops_Shutdown = "shutdown"
- Ops_DbReport = "dbReport"
- Ops_Online = "online"
- Ops_SessionBind = "sessionBind"
- Ops_SessionUnbind = "sessionUnbind"
- Ops_SetBattleValidation = "setBattleValidation"
- )
- const (
- CenterOps_Ping = "ping" // ping
- CenterOps_Shutdown = "shutdown" // 关机
- CenterOps_DbReport = "dbReport" // 获限center db报表
- )
|