福星高照购买协议

lvxinran 2021-04-19 18:38:14 +08:00
parent 0b44deb17f
commit a0bf47d562
2 changed files with 7 additions and 1 deletions

View File

@ -65,4 +65,8 @@ import "CommonProto.proto";
message GoodLuckResponse{
optional int32 index = 1;
optional Drop drop = 2;
}
message FuXingStoreBuyRequest{
optional int32 activityId = 1;
}

View File

@ -381,7 +381,9 @@ enum MessageType{
FAST_FIGHT_CHALLENGE_REQUEST = 10586; //
FAST_FIGHT_CHALLENGE_RESPONSE = 10587;
FU_XING_STORE_BUY_REQUEST = 10588;//
FU_XING_STORE_BUY_RESPONSE = 10589;
// G 10600
GET_PLAYERINFO_REQUEST = 10600; //
GET_PLAYERINFO_RESPONSE = 10601;