car record

master_huanxiang
wangyuan 2020-05-08 15:16:03 +08:00
parent 3e66064380
commit 5e70446bd2
3 changed files with 13 additions and 0 deletions

View File

@ -779,4 +779,9 @@ option optimize_for = SPEED;
optional int32 state = 3;//1 0
optional int32 totleAmt = 4;//
}
message CarGrapRecordItem{
optional int32 time =1;
optional string content = 2;
}

View File

@ -443,5 +443,9 @@ import "CommonProto.proto";
optional int32 damage = 2;
optional Drop drop = 3;
}
message CarGrapRecordResponse{
repeated CarGrapRecordItem carChallengeItem =1;
}

View File

@ -465,6 +465,10 @@ enum MessageType{
GET_CAR_CHALLENEG_LIST_REQUEST = 16672 ;//
GET_CAR_CHALLENEG_LIST_RESPONSE = 16673;
GET_CAR_GRAP_RECORD_REQUEST = 16674; //
GET_CAR_GRAP_RECORD_RESPONSE = 16675;
// H 10700
HERO_RAND_REQQUEST = 10701;
HERO_RAND_RESPONSE = 10702;