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-08-27 11:52:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0e30f79f56221316a0899fcfb65dc91ae38f18dc
0e30f79f
1 parent
fdaf8116
Updated 当前教师偏好下课程目录详细信息获取接口 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
27 deletions
当前教师偏好下课程目录详细信息获取接口.md
当前教师偏好下课程目录详细信息获取接口.md
View file @
0e30f79
...
...
@@ -16,52 +16,37 @@
> 状态码:200
```
json
[
{
"id"
:
100100101
,
"name"
:
"七上"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
"name"
:
"TEXTBOOK"
},
{
"id"
:
102
,
"name"
:
"PASSAGE"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
"name"
:
"PASSAGE"
},
{
"id"
:
105
,
"name"
:
"PHONICS"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
"name"
:
"PHONICS"
},
{
"id"
:
103
,
"name"
:
"DIALOG"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
"name"
:
"DIALOG"
},
{
"id"
:
104
,
"name"
:
"VOCABULARY"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
"name"
:
"WORDS"
},
{
"id"
:
101
,
"name"
:
"TEST"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
"name"
:
"QUIZ"
,
"quiz"
:
1
},
{
"id"
:
106
,
"name"
:
"OTHERS"
}
]
```
]```
######获取失败情况1
> 状态码:200
...
...
Please
register
or
login
to post a comment