server
This commit is contained in:
@@ -10,12 +10,12 @@ service Scene {
|
||||
|
||||
message EnterReq {
|
||||
int32 UID = 1; // 用户ID
|
||||
int64 SID = 2; // 服务ID
|
||||
int64 GatewaySID = 2; // 网关服务ID
|
||||
int32 InstanceID = 3; // 副本ID
|
||||
}
|
||||
|
||||
message EnterResp {
|
||||
int64 SID = 1; // 服务ID
|
||||
int64 SceneSID = 1; // 场景服务ID
|
||||
int64 UniqueNo = 2; // 副本唯一编号
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user