field('id, name, parent_id')->select()->toArray(); if ($info) return show(true, '获取成功', ['rows' => $info]); return show(false, '暂无查询到数据'); } }