奇门遁甲协议初版

master_huanxiang
duhui 2021-06-09 13:39:07 +08:00
parent 1e1b32f6d6
commit eb7e575ed7
3 changed files with 36 additions and 1 deletions

View File

@ -106,4 +106,22 @@ import "CommonProto.proto";
}
// /
message qiMenDunJiaDrawRequest{
optional int32 activityId = 1;
}
message qiMenDunJiaDrawResponse{
optional Drop drop = 1;//
repeated int32 idList = 2;//id
}
message qiMenDunJiaHitListRequest{
optional int32 activityId = 1;
}
message qiMenDunJiaHitListResponse{
repeated int32 hitList = 1;
}

View File

@ -294,6 +294,7 @@ option optimize_for = SPEED;
optional int32 startTime = 5; //
optional int32 value = 6; //
optional int32 choiceRewardId = 7; //,id
repeated int32 hitId =8;//,id
}
message GmResponse{

View File

@ -1035,7 +1035,8 @@ enum MessageType{
SWEEP_DEMON_REQUEST = 12226;//
SWEEP_DEMON_RESPONSE = 12227;//
// X 12300
// Y 12400
@ -1229,6 +1230,21 @@ enum MessageType{
choiceDrawCardRequest = 3040108;
choiceDrawCardResponse = 3040109;
//
qiMenDunJiaDrawRequest = 3040110;
qiMenDunJiaDrawResponse = 3040111;
qiMenDunJiaHitListRequest = 3040112;
qiMenDunJiaHitListResponse = 3040113;
//800000global
GetWorldServerRequest = 800001;//ip
GetWorldServerResponse = 800002;