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
Li Dongxu
2016-05-24 10:00:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f50300f80720d4a980735e655519eac94a1558a4
f50300f8
1 parent
c20bb19a
Created 学校接口详情 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
学校接口详情.md
学校接口详情.md
0 → 100644
View file @
f50300f
# 查询学校学段
## 请求参数
`http://school.boxfish.cn/school/phases`
## 请求方式
`HTTP GET`
## 返回值
```
{
"phases"
:
[
"幼儿园"
,
"小学"
,
"初中"
,
"高中"
,
"大学"
,
"其他"
]
}
```
...
...
Please
register
or
login
to post a comment