1
This commit is contained in:
parent
2b6880d46b
commit
d0cc5c02c2
@ -19,6 +19,7 @@ message SS_CMLogin
|
||||
optional string team_uuid = 2; //保留
|
||||
optional string account_id = 3; //账号id
|
||||
optional int32 proto_version = 5; //协议版本号Constant_e.ProtoVersion
|
||||
optional string session_id = 20; //session_id
|
||||
}
|
||||
|
||||
message SS_CMReconnect
|
||||
@ -39,6 +40,9 @@ message SS_WSP_RequestTargetServer
|
||||
optional string server_info = 4;
|
||||
optional int32 is_reconnect = 5;
|
||||
optional int32 proto_version = 6; //协议版本号Constant_e.ProtoVersion
|
||||
optional string url = 7;
|
||||
optional string query_str = 8;
|
||||
optional string session_id = 9;
|
||||
}
|
||||
|
||||
message SS_MS_ResponseTargetServer
|
||||
|
Loading…
x
Reference in New Issue
Block a user