logic = new ReconciliationLogic(); parent::__construct(); } // 充值渠道收入; public function getChannelIncome(Request $request) { $where = $request->more([ ['pay_date', ''], ['game_id', ''], ['pay_channel_id', ''], ]); $result = $this->logic->getChannelIncome($where); return $this->success($result); } // 充值渠道支出 }