chong

Updates api概述.md

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