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
chong
2017-01-10 15:15:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
01a255227b421e604824180428133f2f57ad2c27
01a25522
1 parent
5fdaebed
Updates 家长端服务/家长端-REST-API-概述.md
Auto commit by GitBook Editor
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
家长端服务/家长端-REST-API-概述.md
家长端服务/家长端-REST-API-概述.md
View file @
01a2552
...
...
@@ -2,8 +2,18 @@
## REST API 基本约束
*
API 被设计为符合 HTTP, REST 规范。例如:查询请求使用 Get 方法,提交请求使用 Post 方法。如果一个请求不是相应的 HTTP 方法,将返回错误。
*
如无特殊说明,调用参数值应转码为:UTF-8, URL编码
*
API 被设计为符合 HTTP, REST 规范。例如:查询请求使用 Get 方法,提交请求使用 Post 方法。如果一个请求不是相应的 HTTP 方法,将返回错误。
*
如无特殊说明,调用参数值应转码为:UTF-8, URL编码。
## 鉴权方式
## 部署环境
### 测试服务:https://api-online.test.boxfish.cn
...
...
Please
register
or
login
to post a comment