repository = $repository; $this->merId = 0; } /** * @return mixed * 展示线下订单 */ public function lst() { [$page, $limit] = $this->getPage(); $where = $this->request->params(['keyword', 'date', 'status', 'mer_id']); return app('json')->success($this->repository->getMerchantListAdmin($this->merId, $where, $page, $limit)); } }