企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 获取课程类别 GET参数 **callback** 将返回jsonp格式,默认采用json +++ get:/api/imooc/category <<< 返回成功 [ { "name": "fe", "title": "前端开发", "lists": [ { "name": "html", "title": "HTML/CSS" }, { "name": "javascript", "title": "JavaScript" }, ] } ] +++