service = $service; } public function index() { $where = $this->request->getMore([ ['time', ''], ['admin_id', ''], ['path', ''], ['ip', ''], ]); return $this->success($this->service->getLogList($where, $this->adminInfo['level'])); } }