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
JiangTengfei
2015-07-16 11:48:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e6e4c7c60a0c782f1335e10600cb33c1ea575215
e6e4c7c6
1 parent
36acec9a
Updated 课程分类信息查询 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
课程分类信息查询.md
课程分类信息查询.md
View file @
e6e4c7c
...
...
@@ -24,7 +24,7 @@ id为课程目录的id,path为课程目录的标识,例如目录“教材”
GET请求 http://api.boxfish.cn/course/catalog 该地址,不带参数
```
json
{
"catalogList"
:
[
[
{
"id"
:
1867
,
"pathFlag"
:
100
,
...
...
@@ -50,7 +50,7 @@ GET请求 http://api.boxfish.cn/course/catalog 该地址,不带参数
GET请求 http://api.boxfish.cn/course/catalog?id=1931 或 http://api.boxfish.cn/course/catalog?path=100100
```
json
{
"catalogList"
:
[
[
{
"id"
:
1931
,
"pathFlag"
:
100102105
,
...
...
Please
register
or
login
to post a comment