道具直购
parent
dece921a6a
commit
36728ebb38
|
@ -131,6 +131,8 @@ enum MessageType{
|
|||
|
||||
DIFFICULT_MAP_OPTION_RECORD_REQUEST = 10304;//精英副本选择记录
|
||||
DIFFICULT_MAP_OPTION_RECORD_RESPONSE = 10305;
|
||||
|
||||
DIRECT_BUY_GOODS_INDICATION = 10306; //道具直购
|
||||
|
||||
// E 10400
|
||||
ERROR_CODE_INDICATION = 10400;
|
||||
|
|
|
@ -546,4 +546,9 @@ import "CommonProto.proto";
|
|||
message NotifyPaySuccessfulIndicaiton{
|
||||
optional int32 goodsId =1 ;// 购买商品id
|
||||
}
|
||||
|
||||
message DirectBuyIndication{
|
||||
optional int32 goodsId = 1; // 索购买的商品id
|
||||
optional Drop drop = 2; //
|
||||
}
|
||||
|
Loading…
Reference in New Issue