[ { "gid": 1, "name": "黄金礼包", "icon": "Item_108", "max": 30, "price": 100, "goods": "2:10000;11001:1", "bonus": [ { "count": 200, "goods": "2:100000;" }, { "count": 500, "goods": "60099:20;60099:10" }, { "count": 10000, "goods": "60100:200;60099:10" } ] }, { "gid": 2, "name": "白银礼包", "icon": "Item_107", "max": 30, "price": 100, "goods": "2:10000", "bonus": [ { "count": 200, "goods": "2:100000;" }, { "count": 500, "goods": "60099:20;60099:10" }, { "count": 10000, "goods": "60100:200;60099:10" } ] }, { "gid": 3, "name": "青铜礼包", "icon": "Item_104", "max": 30, "price": 200, "goods": "2:10000;60099:10", "bonus": [ { "count": 200, "goods": "2:100000;" }, { "count": 500, "goods": "60099:20;60099:10" }, { "count": 10000, "goods": "60100:200;60099:10" } ] } ] 复制上面的部分内容,保持gid,name,icon不变,其余地方修改配置进行配置 price:购买价格 max:单个玩家购买上限 goods:购买的礼包内容 bonus里面为团购奖励 count:团购总数到达该数值时可以领取礼包 goods(在bonus里面):可以领取的礼包内容