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-27 17:03:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
990375616445d9b2ea421bb80c9efe56a036ff0b
99037561
1 parent
55bcc6c1
Created 当前教师课程目录详细信息(精确到书)获取接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
当前教师课程目录详细信息(精确到书)获取接口.md
当前教师课程目录详细信息(精确到书)获取接口.md
0 → 100644
View file @
9903756
###接口地址
> /course/catalog/book/getting
###请求方式
> get请求
###请求参数
> 无参数
###返回值
######获取成功
```
json
{
"success"
:
{
"id"
:
2540
,
"pathFlag"
:
100100129
,
"name"
:
"七上"
,
"summary"
:
null
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
}
}```
######获取失败情况1
```
json
{
"failed"
:
"该用户未设置偏好或者该用户的偏好里不存在教材版本"
}
```
...
...
Please
register
or
login
to post a comment