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-28 15:08:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
15da6394076f0c13445fc728fd114526cb6873b4
15da6394
1 parent
15f7ef86
Updated 当前教师课程目录详细信息获取接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
44 deletions
当前教师课程目录详细信息获取接口.md
当前教师课程目录详细信息获取接口.md
View file @
15da639
...
...
@@ -13,51 +13,60 @@
###返回值
######获取成功
```
json
{
"success"
:
[
{
"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"
}
]}
{
"success"
:
[
{
"id"
:
3081
,
"pathFlag"
:
100100100
,
"name"
:
"七下"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
},
{
"id"
:
3194
,
"pathFlag"
:
103
,
"name"
:
"文章"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
},
{
"id"
:
3581
,
"pathFlag"
:
106
,
"name"
:
"发音"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
},
{
"id"
:
3227
,
"pathFlag"
:
104
,
"name"
:
"对话"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
},
{
"id"
:
3228
,
"pathFlag"
:
105
,
"name"
:
"词汇"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
},
{
"id"
:
3083
,
"pathFlag"
:
101
,
"name"
:
"测验"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
}
]
}
```
######获取失败情况1
```
json
{
"failed"
:
"失败原因"
}
```
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment