专属商店一键购买

master_huanxiang
PC-202302260912\Administrator 2023-06-30 11:39:25 +08:00
parent f155335d75
commit 7dc1a2eaab
2 changed files with 11 additions and 0 deletions

View File

@ -1545,6 +1545,9 @@ enum MessageType{
VouchersBuyGiftRequest = 3050227;//
StoreOneClickPurchaseRequest = 3050228;//
StoreOneClickPurchaseResponse = 3050229;
//==========================================================800000global ==========================================================
GetWorldServerRequest = 800001;//ip

View File

@ -1358,4 +1358,12 @@ message choiceWishHeroResponse{
message wishDrawCardIndication{
//
repeated wishDrawCardInfo infoList = 1;
}
//
message StoreOneClickPurchaseRequest{
optional int32 id = 1;
}
message StoreOneClickPurchaseResponse{
optional Drop drop = 1;
}