repository = $repository; } public function getMemberValue() { $where = [ 'uid' => $this->request->uid(), 'category' => 'sys_members', ]; $data = $this->repository->month($where); return app('json')->success($data); } }