'全部', 'bill_type' => 0]; } $result = array_merge($result, [ ['name' => '充值', 'bill_type' => self::RECHARGE], ['name' => '投注', 'bill_type' => self::BETTING], ['name' => $isSeller ? '派奖' : '反奖', 'bill_type' => self::PRIZE], ['name' => '提款', 'bill_type' => self::WITHDRAW], ]); if (!$isSeller) { $result[] = ['name' => '其他', 'bill_type' => -1]; } return $result; } }