diff --git a/app/Helper/RebateGiftItem/Game11.php b/app/Helper/RebateGiftItem/Game11.php index d420427..0c5ff44 100644 --- a/app/Helper/RebateGiftItem/Game11.php +++ b/app/Helper/RebateGiftItem/Game11.php @@ -16,6 +16,7 @@ class Game11 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充值元宝'],