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 16:47:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8e5ee2e951109e418cc315b6a422623dc854cd59
8e5ee2e9
1 parent
e1fce1cd
Updated 当前教师课程目录详细信息获取接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
当前教师课程目录详细信息获取接口.md
当前教师课程目录详细信息获取接口.md
View file @
8e5ee2e
...
...
@@ -13,6 +13,7 @@
###返回值
######获取成功
```
json
{
"success"
:
[
{
"id"
:
2458
,
...
...
@@ -54,9 +55,9 @@
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
}
]
]
}
```
######获取失败情况1
```
json
"failed"
{
"failed"
:
失败原因
}
```
...
...
Please
register
or
login
to post a comment