Merge branch 'master_test_hw' into master_test_hw_i18n

master_huanxiang
lvxinran 2021-03-05 18:17:31 +08:00
commit cfa7725e6a
2 changed files with 5 additions and 0 deletions

View File

@ -599,6 +599,8 @@ enum MessageType{
LUCKWHEEL_POOL_INDICATION = 11102;//
LOGIN_CONFIRM_REQUEST = 11103; //
LOGIN_CONFIRM_RESPONSE = 11104;
// M 11200
MAP_ENTER_REQUEST = 11200; //
MAP_ENTER_RESPONSE = 11201;

View File

@ -665,6 +665,7 @@ import "CommonProto.proto";
message RankRequest{
optional int32 type = 1;//
optional int32 activiteId = 2;//id
optional int32 index = 3;//1.1-20 20.21-40....
}
message RankResponse{
repeated UserRank ranks = 1;
@ -790,4 +791,6 @@ import "CommonProto.proto";
}
message UseHeadFrameResponse{
optional int32 validTime = 1;//
}
message LoginConfirmRequest{
}