request->all(); return $this->success($this->revenueListService->getListByUser(46)); } public function getWithdrawalListByStore() { $params = $this->request->all(); return $this->success($this->withdrawalListService->getListByStore(7)); } }