专属商店一键购买
parent
f155335d75
commit
7dc1a2eaab
|
|
@ -1545,6 +1545,9 @@ enum MessageType{
|
|||
|
||||
VouchersBuyGiftRequest = 3050227;//代金卷购买
|
||||
|
||||
StoreOneClickPurchaseRequest = 3050228;//商城一键购买
|
||||
StoreOneClickPurchaseResponse = 3050229;
|
||||
|
||||
//==========================================================800000起为global 协议==========================================================
|
||||
|
||||
GetWorldServerRequest = 800001;//获取世界服ip
|
||||
|
|
|
|||
|
|
@ -1358,4 +1358,12 @@ message choiceWishHeroResponse{
|
|||
message wishDrawCardIndication{
|
||||
// 暂不用
|
||||
repeated wishDrawCardInfo infoList = 1;
|
||||
}
|
||||
|
||||
// 商店一键购买
|
||||
message StoreOneClickPurchaseRequest{
|
||||
optional int32 id = 1;
|
||||
}
|
||||
message StoreOneClickPurchaseResponse{
|
||||
optional Drop drop = 1;
|
||||
}
|
||||
Loading…
Reference in New Issue