diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index f73b921..6492fbb 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1714,6 +1714,12 @@ enum MessageType{ QueryBookImageRequest = 7000006; QueryBookImageResponse = 7000007; QueryBookImageIndication = 7000008; + + // 新罗浮争锋 + LuofuRegisterRequest = 7000009; + LuofuRegisterResponse = 70000010; + + } diff --git a/protos/gtwprotos/WorldProto.proto b/protos/gtwprotos/WorldProto.proto index 25c9af7..a2183c8 100644 --- a/protos/gtwprotos/WorldProto.proto +++ b/protos/gtwprotos/WorldProto.proto @@ -69,18 +69,19 @@ import "CommonProto.proto"; optional int32 oldrank = 6;//战斗胜利之前排名 optional int32 rank = 7;//战斗胜利后排名 optional int32 attackTime =8 ; //进攻时间 - } message GetWorldArenaRecordInfoRequest{ - } - message GetWorldArenaRecordInfoResponse{ repeated WroldBattleRecord wroldBattleRecord =1; } - + + // 罗浮报名 + message LuofuRegisterRequest{ + optional int32 type = 1;//类型,人佛妖道 + } //gs --》word message GetGSUserArenaInfoRequest{