Skip to content

分类

获取分类树

GET /categories/{groupCode:course,classroom,offlineActivity}

权限

  • 需要认证

响应

成功响应Tree<Category>结构体

字段描述
id int string成员ID
code string分类的code
name string分类名字
description string描述信息
weight datetime权重,用于排序
depth int string树深度,从1开始
children datetime子节点

错误

Code错误说明HTTP状态码
9分组code不合法400
10分组code不存在404