car record
parent
3e66064380
commit
5e70446bd2
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
@ -443,5 +443,9 @@ import "CommonProto.proto";
|
|||
optional int32 damage = 2;
|
||||
optional Drop drop = 3;
|
||||
}
|
||||
|
||||
message CarGrapRecordResponse{
|
||||
repeated CarGrapRecordItem carChallengeItem =1;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue