wsproxy/server/tools/protobuild/ss_msgid.proto
aozhiwei 0ea82a5947 1
2019-05-18 16:52:58 +08:00

18 lines
304 B
Protocol Buffer

package ss;
//消息id定义
enum SSMessageId_e
{
_SS_WSP_SocketDisconnect = 10;
_SS_WSP_RequestTargetServer = 11;
_SS_MS_ResponseTargetServer = 12;
_SS_CMPing = 101;
_SS_SMRpcError = 102;
_SS_CMLogin = 103;
_SS_CMReConnect = 104;
_SS_Ping = 150;
_SS_Pong = 151;
}