$this->getAItems(), 'C' => $this->getCItems(), ]; } public function getAItems() { return [ ['gift_key' => 'A-28', 'amount' => 28, 'gifts' => [['id' => 587, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '特权月卡*1'], ['gift_key' => 'A-100', 'amount' => 100, 'gifts' => [['id' => 592, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '100000元宝|200000充值元宝'], ['gift_key' => 'A-500', 'amount' => 500, 'gifts' => [['id' => 593, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '500000元宝|1000000充值元宝'], ['gift_key' => 'A-1000', 'amount' => 1000, 'gifts' => [['id' => 594, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '1000000元宝|2000000充值元宝'], ['gift_key' => 'A-1500', 'amount' => 1500, 'gifts' => [['id' => 595, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '1500000元宝|3000000充值元宝'], ['gift_key' => 'A-2000', 'amount' => 2000, 'gifts' => [['id' => 596, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '2000000元宝|4000000充值元宝'], ['gift_key' => 'A-3000', 'amount' => 3000, 'gifts' => [['id' => 597, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '3000000元宝|6000000充值元宝'], ['gift_key' => 'A-5000', 'amount' => 5000, 'gifts' => [['id' => 598, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '5000000元宝|10000000充值元宝'], ['gift_key' => 'A-10000', 'amount' => 10000, 'gifts' => [['id' => 599, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '10000000元宝|20000000充值元宝'], ]; } public function getCItems() { return [ ['gift_key' => 'C-500', 'amount' => 500, 'gifts' => [['id' => 600, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '传奇衣服2*2|至尊2阶神羽*2|野外BOSS次数卷轴*20|超级转生轮回礼包*2|金砖*2'], ['gift_key' => 'C-1000', 'amount' => 1000, 'gifts' => [['id' => 601, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '传奇武器2*2|倾国倾城包*2|红色图鉴包·美女如云*2|超级转生轮回礼包*4|神装碎片*1000'], ['gift_key' => 'C-1500', 'amount' => 1500, 'gifts' => [['id' => 602, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '红色战纹宝箱*2|传世护腕*1|先天神器任选*1|超级转生轮回礼包*8|跨服BOSS*5'], ['gift_key' => 'C-2000', 'amount' => 2000, 'gifts' => [['id' => 603, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '五阶暗殿自选箱(神)*4|传世戒指*1 |鸿蒙神器任选*1|超级转生轮回礼包*10|战灵进阶丹*500'], ['gift_key' => 'C-3000', 'amount' => 3000, 'gifts' => [['id' => 604, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '雷霆之刃*1|雷霆至宝*7|倾国倾城包*3|混沌神器任选*1|超级转生轮回礼包*20|至尊神剑*1|至尊至宝*7'], ['gift_key' => 'C-5000', 'amount' => 5000, 'gifts' => [['id' => 605, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '主宰6星套装*1|修罗装备宝箱*4|威望令牌*10|超级转生轮回礼包*30|至尊6阶神羽*4'], ['gift_key' => 'C-8000', 'amount' => 8000, 'gifts' => [['id' => 606, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '星☆传世宝箱*2|天心宝箱*5|高级符文碎片*500|超级转生轮回礼包*50|混沌神器任选*1'], ['gift_key' => 'C-10000', 'amount' => 10000, 'gifts' => [['id' => 607, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '星☆传世宝箱*3|混沌神器任选*2|极品圣物宝箱*3|超级转生轮回礼包*50|遗忘装备宝箱*1'], ['gift_key' => 'C-15000', 'amount' => 15000, 'gifts' => [['id' => 608, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '星☆传世宝箱*3|神·战纹自选宝箱*3|高级兽神石*50|超级转生轮回礼包数量备宝箱*2'], ['gift_key' => 'C-20000', 'amount' => 20000, 'gifts' => [['id' => 609, 'num' => 1]], 'game_currency' => 0, 'gift_content' => '炎龙装备任选*6|天魔·首篇*1|天魔·上篇*1|天魔·中篇*1|天魔·下篇*1|天魔·终篇*1|高级狂怒*1|超级转生轮回礼包*70|红魔装备宝箱*1'], ]; } }