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 10:49:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bcf83e5a7a49fd756423ebfc4a67227252ffb93a
bcf83e5a
1 parent
32a1b724
Updated 课程分类信息查询 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
课程分类信息查询.md
课程分类信息查询.md
View file @
bcf83e5
...
...
@@ -37,6 +37,42 @@ id 和 path 直传一个,两个都传,默认以id为准
}
]
}
--------------------
返回二级、三级或四级目录:
{
"catalogList"
:
[
{
"id"
:
1931
,
"pathFlag"
:
100102105
,
"name"
:
"九年级"
,
"summary"
:
null
},
{
"id"
:
1941
,
"pathFlag"
:
100102106
,
"name"
:
"四上"
,
"summary"
:
null
},
{
"id"
:
1948
,
"pathFlag"
:
100102107
,
"name"
:
"四下"
,
"summary"
:
null
},
{
"id"
:
2015
,
"pathFlag"
:
100102115
,
"name"
:
"八下"
,
"summary"
:
null
},
{
"id"
:
2045
,
"pathFlag"
:
100102118
,
"name"
:
"八上"
,
"summary"
:
null
}
]
}
```
path是为提供树形结构提供的数据信息,三位数字为一个单位,每个单位固定以100开头,举例来讲:
...
...
Please
register
or
login
to post a comment