福星高照购买协议
parent
0b44deb17f
commit
a0bf47d562
|
|
@ -65,4 +65,8 @@ import "CommonProto.proto";
|
|||
message GoodLuckResponse{
|
||||
optional int32 index = 1;
|
||||
optional Drop drop = 2;
|
||||
}
|
||||
|
||||
message FuXingStoreBuyRequest{
|
||||
optional int32 activityId = 1;
|
||||
}
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue