where('depth', 1)->where('isUse', 1) ->with(['children.children']) ->get() ->toArray(); return $this->apiSuccess('', [ 'list' => $list ]); } }