Get desktop application:
View/edit binary Protocol Buffers messages
IDLoginReq = 1
IDLoginRsp = 2
IDLogoutReq = 3
IDLogoutRsp = 4
IDLogicRegReq = 5
IDLogicRegRsp = 6
IDUserState = 7
(message has no fields)
optional uint32 game_kind = 1
optional string account = 3
optional string password = 4
optional string version = 5
optional string IP = 6
optional string system_version = 7
optional uint32 channel_id = 8
optional uint32 site_id = 9
optional string device_id = 10
optional int32 user_type = 11
Used in: LoginReq
Account = 0
Token = 1
UnionId = 2
Used in: LoginRsp
SUCCESS = 0
NOTEXIST = 1
FROZEN = 2
FALSEPW = 3
NETERROR = 4
APPISBUSY = 5
GUESTFORBID = 6
CONNECTERROR = 7
VERSIONOLD = 8
NOMOREGUEST = 9
FREQUENTLY = 10
APPINITING = 11
SERVERERROR = 255
UNKOWN = 1000
TOKEN_FAILED = 1001
TOKEN_EXPIRED = 1002
TOKEN_NOTMATCH = 1003
required uint64 user_id = 1
optional uint64 GateConnId = 2
Used in: LogoutRsp
Normal = 0
AnotherLogin = 1
Used in: UserOnlineState
Online = 1
Disconnection = 2
Reconnect = 3
Offline = 4