当前教师课程目录详细信息获取接口.md
735 Bytes
###接口地址
/teacher/preference/getCatalogDetailInfo
###请求方式
get请求
###请求参数
无参数
###返回值 ######获取成功
[
{
"id": 100,
"name": "文章",
"summary": null,
"icon": "listening",
"image": "/image/abc.jpg"
},
{
"id": 104,
"name": "发音",
"summary": null,
"icon": "listening",
"image": "/image/abc.jpg"
},
{
"id": 101,
"name": "对话",
"summary": null,
"icon": "listening",
"image": "/image/abc.jpg"
},
{
"id": 102,
"name": "词汇",
"summary": null,
"icon": "listening",
"image": "/image/abc.jpg"
}
]
######获取失败情况1
{"failed":"失败原因"}