master_huanxiang
wangyuan 2019-06-21 17:38:37 +08:00
parent 214315b309
commit a6613c08f8
2 changed files with 8 additions and 0 deletions

View File

@ -369,6 +369,13 @@ enum MessageType{
WORKSHOP_LEVELUP_REQUEST =12208;// WORKSHOP_LEVELUP_REQUEST =12208;//
WORKSHOP_LEVELUP_RESPONSE =12209; WORKSHOP_LEVELUP_RESPONSE =12209;
WORKSHOP_TECHNOLOGY_LEVEL_REQUEST = 12210 ;//
WORKSHOP_TECHNOLOGY_RESPONSE = 12211;
WORKSHOP_TECHNOLOGY_RESET_REQUEST = 12212; //
WORKSHOP_TECHNOLOGY_RESET_RESPONSE = 12213;
// X 12300 // X 12300
// Y 12400 // Y 12400

View File

@ -211,6 +211,7 @@ import "CommonProto.proto";
message VipLevelUpResponse{ message VipLevelUpResponse{
optional VipBaseInfo vipBaseInfo =1; optional VipBaseInfo vipBaseInfo =1;
repeated UserMissionInfo userMissionInfo =2;//
} }
message MissionUpdateListIndication{ message MissionUpdateListIndication{