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:05:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3e6062aa8d36d6a04d00d96a58443381862b6dde
3e6062aa
1 parent
f50300f8
Updated 学校接口详情 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
学校接口详情.md
学校接口详情.md
View file @
3e6062a
...
...
@@ -22,6 +22,27 @@
```
# 查询学校
## 请求参数
` http://search.school.boxfish.cn/matchall `
http://search.school.boxfish.cn/matchall?school=%E5%8C%97%E4%BA%AC%E5%B8%82%E4%BA%8C%E4%B8%AD&province=%E5%8C%97%E4%BA%AC&city=%E5%8C%97%E4%BA%AC&county=%E6%98%8C%E5%B9%B3
<table>
<tr>
<td>
参数名称
</td>
<td>
参数说明
</td>
</tr>
<tr>
<td>
school
</td>
<td>
学校名称
</td>
</tr>
<tr>
<td>
province
</td>
<td>
省份
</td>
</tr>
<tr>
<td>
city
</td>
<td>
城市
</td>
</tr>
<tr>
<td>
county
</td>
<td>
区县
</td>
</tr>
</table>
## 请求方式
`HTTP GET`
## 返回值
学校列表
...
...
Please
register
or
login
to post a comment