心魔试炼

master_huanxiang
xuexinpeng 2021-05-25 11:49:29 +08:00
parent 098beae222
commit ffb1e0c064
2 changed files with 4 additions and 2 deletions

View File

@ -1021,6 +1021,8 @@ enum MessageType{
VIP_LEVEL_STATE_REWARD_REQUEST = 12224;//
VIP_LEVEL_STATE_REWARD_RESPONSE = 12225;
SWEEP_DEMON_REQUEST = 12226;//
SWEEP_DEMON_RESPONSE = 12227;//

View File

@ -888,7 +888,7 @@ import "CommonProto.proto";
message VipLevelStateRequset{
}
message VipLevelStateResponse{
repeated KeyVal vipState = 1;//<id,(0,1)>
repeated KeyVal vipState = 1;//<id,(0,1 2:)>
}
//
message VipLevelStateRewardRequset{