|
@@ -1763,7 +1763,7 @@ FootballGiftNet = {
|
|
|
{"id", 1, "int"}, -- 礼包配置ID
|
|
{"id", 1, "int"}, -- 礼包配置ID
|
|
|
{"maxCnt", 1, "int"}, -- 可购买份数
|
|
{"maxCnt", 1, "int"}, -- 可购买份数
|
|
|
{"nowCnt", 1, "int"}, -- 当前已购买份数
|
|
{"nowCnt", 1, "int"}, -- 当前已购买份数
|
|
|
- {"item", 3, ItemData}, -- 礼包奖励(最多3种)
|
|
|
|
|
|
|
+ {"item", 5, ItemData}, -- 礼包奖励(最多3种)
|
|
|
{"buyMsg", 1, BuyItem}, -- 充值项信息
|
|
{"buyMsg", 1, BuyItem}, -- 充值项信息
|
|
|
}
|
|
}
|
|
|
|
|
|