vip等级奖励

master_huanxiang
xuexinpeng 2021-05-19 18:36:34 +08:00
parent bbf1974bce
commit c200c25b36
2 changed files with 21 additions and 0 deletions

View File

@ -972,3 +972,11 @@ option optimize_for = SPEED;
optional string subId = 3;//id
optional int32 state = 4;// 0:使,1:使
}
//
message KeyVal{
optional int32 key = 1;
optional int32 val = 2;
}

View File

@ -872,4 +872,17 @@ import "CommonProto.proto";
message HardStageReportResponse{
repeated HardStagePlayerInfo player = 1;
}
//
message VipLevelStateRequset{
}
message VipLevelStateResponse{
repeated KeyVal vipState = 1;//<id,(0,1)>
}
//
message VipLevelStateRequset{
optional int32 vipLevelId = 1;
}
message VipLevelStateResponse{
repeated bool isSuccess = 1;//
}