Merge branch 'master_test_hw' into master_test_hw_i18n
commit
cfa7725e6a
|
@ -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;
|
||||
|
|
|
@ -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{
|
||||
}
|
Loading…
Reference in New Issue