getChannelId(); //$channel_name = $this->getChannelName(); //$banks = BankService::getBankList(ChannelService::getChannelBankSourceById($channel_id)); $banks = BankService::getBankList(config('common.lianlianpay')); return response()->collection(new BankTransformer(), $banks); } }