Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
李振兴
2015-07-25 18:36:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
591d6e2fbf6f0197249914c2cb734e6a1d44dc1c
591d6e2f
1 parent
daf3adc8
Created 教师课程目录详细信息获取接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
64 additions
and
0 deletions
教师课程目录详细信息获取接口.md
教师课程目录详细信息获取接口.md
0 → 100644
View file @
591d6e2
###接口地址
> /teacher/preference/getCatalogDetailInfo
###请求方式
> get请求
###请求参数
> 无参数
###返回值
######获取成功
```
json
[
{
"id"
:
2458
,
"pathFlag"
:
100
,
"name"
:
"教材"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
},
{
"id"
:
2462
,
"pathFlag"
:
101
,
"name"
:
"文章"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
},
{
"id"
:
3076
,
"pathFlag"
:
104
,
"name"
:
"发音"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
},
{
"id"
:
3049
,
"pathFlag"
:
102
,
"name"
:
"对话"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
},
{
"id"
:
3071
,
"pathFlag"
:
103
,
"name"
:
"词汇"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
}
]
```
######获取失败情况1
```
json
failed
```
...
...
Please
register
or
login
to post a comment