update
This commit is contained in:
parent
2c0eb89b3a
commit
7f2452e10c
File diff suppressed because it is too large
Load Diff
|
@ -615,6 +615,7 @@ message CSQueryRoomInfo{
|
|||
repeated int32 GameIds = 1;
|
||||
int32 GameSite = 2; //1.初级 2.中级 3.高级
|
||||
repeated int32 Id = 3; //gamefreeid
|
||||
int32 SceneMode = 4; // 0公共房 1私人房
|
||||
}
|
||||
|
||||
//个人创建的房间信息
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -468,6 +468,7 @@ message ASCreateShortMessage{
|
|||
int64 Diamond = 8;
|
||||
int64 ShowId = 9;
|
||||
repeated int32 Params = 10;
|
||||
repeated string OnChannelName = 11;
|
||||
}
|
||||
message SACreateShortMessage{
|
||||
TagCode Tag = 1; //错误码
|
||||
|
@ -913,6 +914,8 @@ message ASAddItemById{
|
|||
int32 Snid = 1; // 玩家id
|
||||
string Platform = 2; // 平台id
|
||||
repeated ItemInfo ItemInfo = 3;//道具
|
||||
int32 TypeId = 4; // 变化类型
|
||||
string Remark = 5; // 描述
|
||||
}
|
||||
|
||||
message SAAddItemById{
|
||||
|
|
Loading…
Reference in New Issue