chong

Updates api概述.md

Auto commit by GitBook Editor
... ... @@ -10,7 +10,7 @@ Welcome to the boxfish developer docs!
开发过程中需要人工书写changelog,为什么要写它?
请查看 http://keepachangelog.com/zh-CN/0.3.0/
请查看 [http://keepachangelog.com/zh-CN/0.3.0/](http://keepachangelog.com/zh-CN/0.3.0/)
## OAuth2.0 {#oauth2.0}
... ... @@ -23,3 +23,6 @@ Welcome to the boxfish developer docs!
1. 200
2. 401
3. 500
... ...
This diff is collapsed. Click to expand it.
# REST API 基本约束
---
* API被设计为符合HTTP,REST规范。例如:查询请求使用Get方法,提交请求使用Post方法,如果一个请求不是相应的HTTP方法,将返回错误。
* 如无特殊说明,调用参数值应转码为UTF-8,URL编码
... ...