get(); $param['shop'] = $request->user['agent_id']; if (empty($param['status'])) $param['statusGt'] = 1; $list = $this->service->getList($param); return successTrans("success.data",pageFormat($list),200); } catch (\Throwable $throwable) { return error($throwable->getMessage()); } } }