chong

Updates 家长端服务/家长端-REST-API-概述.md

Auto commit by GitBook Editor
... ... @@ -5,11 +5,17 @@
* API 被设计为符合 HTTP, REST 规范。例如:查询请求使用 Get 方法,提交请求使用 Post 方法。如果一个请求不是相应的 HTTP 方法,将返回错误。
* 如无特殊说明,调用参数值应转码为:UTF-8, URL编码。
# 鉴权方式
## 鉴权方式
oauth2.0 accesstoken方式
## 请求约束
请求头head 必须包含
(安卓)x-be-product cn.boxfish.android.parent:{{版本号}}.{{打包方式}}
(ios)x-be-product com.boxfishedu.parent:{{版本号}}.{{打包方式}}
# 流程逻辑
... ...