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-15 11:55:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f258ffcf2e8050f4794d76bef0ab04c2fd98f7f5
f258ffcf
1 parent
1e4fd4a4
Updated 课程分类信息查询 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletions
课程分类信息查询.md
课程分类信息查询.md
View file @
f258ffc
etc
\ No newline at end of file
接口返回值为:
```
json
[
{
"id"
:
1
,
"path"
:
100
,
"name"
:
"教材"
},
{
"id"
:
2
,
"path"
:
100100
,
"name"
:
"七年级上"
},
{
"id"
:
3
,
"path"
:
100100100
,
"name"
:
"Unit 1"
},
{
"id"
:
4
,
"path"
:
100100101
,
"name"
:
"Unit 2"
}
]
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment