service = new TradeService(); } /** * 列表 * @return array */ public function index(){ $params = request()->all(); $params['user_id'] = $this->userId; return $this->service->getDataList($params); } }