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)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
学校接口详情.md
学校接口详情.md
0 → 100644
View file @
f50300f
1
+
2
+
# 查询学校学段
3
+
4
+
## 请求参数
5
+
`http://school.boxfish.cn/school/phases`
6
+
7
+
## 请求方式
8
+
`HTTP GET`
9
+
10
+
## 返回值
11
+
```
12
+
{
13
+
"phases"
:
[
14
+
"幼儿园"
,
15
+
"小学"
,
16
+
"初中"
,
17
+
"高中"
,
18
+
"大学"
,
19
+
"其他"
20
+
]
21
+
}
22
+
```
23
+
24
+
25
+
26
+
27
+
Please
register
or
login
to post a comment