@@ -13,6 +13,11 @@ use think\model;
class GroupController extends BaseController
{
+ /**
+ * 获取分组列表
+ * @return string
+ * @throws \think\db\exception\DbException
+ */
public function index()
$params = input('get.');