每日任务

master_huanxiang
wangyuan 2019-06-05 10:47:38 +08:00
parent c61e623dcc
commit f3d340f839
3 changed files with 8 additions and 1 deletions

View File

@ -348,7 +348,7 @@ option optimize_for = SPEED;
optional int32 missionId =1;
optional int32 progress =2; //
optional int32 state = 3; //0: 1 2
optional int32 type =4 ;// 1vip
optional int32 type =4 ;// 1vip 2
}

View File

@ -136,6 +136,9 @@ enum MessageType{
GET_VIP_MISSION_REQUEST = 16632; //vip
GET_VIP_MISSION_REPONSE = 16633;
GET_DAILY_MISSION_REQUEST = 16634; //
GET_DAILY_MISSION_RESPONSE = 16635; //
// H 10700
HERO_RAND_REQQUEST = 10701;
HERO_RAND_RESPONSE = 10702;

View File

@ -234,6 +234,10 @@ import "CommonProto.proto";
optional Drop drop = 1 ;//
}
message GetDailyMissionResponse{
repeated UserMissionInfo UserMissionInfo =1;//
}