chong

Updates api概述.md

Auto commit by GitBook Editor
... ... @@ -5,5 +5,20 @@
* API被设计为符合HTTP,REST规范。例如:查询请求使用Get方法,提交请求使用Post方法,如果一个请求不是相应的HTTP方法,将返回错误。
* 如无特殊说明,调用参数值应转码为UTF-8,URL编码
# API 资源列表
---
| 名称 | Base URL | 描述 |
| :--- | :--- | :--- |
| API api | http\(s\)://api.boxfish.cn | 主程序api |
| API base | http\(s\)://base.boxfish.cn | 用户鉴权和课程推荐服务 |
| API online-api | http\(s\)://online-api.boxfish.cn | 在线授课 |
| API online | http\(s\)://online.boxfish.cn | 在线授课 |
| API online-api.inside | http://online-api.inside.boxfish.cn | 在线授课(**内网**) |
| API online-operation | http://online-operation.boxfish.cn | 在线授课后台管理 |
| | | |
| | | |
... ...