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-30 19:58:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
194e821e321919d110ce99e7f82401f00e3aad63
194e821e
1 parent
3505b542
Updated 当前教师课程目录详细信息获取接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
50 deletions
当前教师课程目录详细信息获取接口.md
当前教师课程目录详细信息获取接口.md
View file @
194e821
...
...
@@ -14,56 +14,36 @@
######获取成功
```
json
[
{
"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"
}
]
[
{
"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
...
...
Please
register
or
login
to post a comment