33 lines
419 B
Protocol Buffer
33 lines
419 B
Protocol Buffer
package ss;
|
|
|
|
message SS_WSP_SocketDisconnect
|
|
{
|
|
}
|
|
|
|
message SS_CMPing
|
|
{
|
|
}
|
|
|
|
message SS_CMLogin_CMReConnect_CommonHead
|
|
{
|
|
optional int32 server_id = 1;
|
|
}
|
|
|
|
message SS_SMRpcError
|
|
{
|
|
optional int32 error_code = 1;
|
|
optional string error_msg = 2;
|
|
optional string debug_msg = 3;
|
|
optional string file = 4;
|
|
optional int32 lineno = 5;
|
|
}
|
|
|
|
message SS_Ping
|
|
{
|
|
}
|
|
|
|
message SS_Pong
|
|
{
|
|
optional int32 param1 = 1;
|
|
}
|