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 12:12:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0c4f02558f282369bba983613a5b55491f7dad50
0c4f0255
1 parent
f258ffcf
Updated 课程分类信息查询 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
课程分类信息查询.md
课程分类信息查询.md
View file @
0c4f025
...
...
@@ -22,4 +22,16 @@
"name"
:
"Unit 2"
}
]
```
\ No newline at end of file
```
path是为提供树形结构提供的数据信息,三位数字为一个单位,每个单位固定以100开头,举例来讲:
原始信息|标示
-------------------- | ----------
`教材`
|100
`教材_七年级上`
|100100
`教材_七年级上_Unit 1`
| 100100100
`教材_七年级上_Unit 2`
| 100100101
`教材_七年级上_Unit 3`
| 100100102
`文章`
|101
`文章_话题:生活`
|101100
\ No newline at end of file
...
...
Please
register
or
login
to post a comment