服务端-rest-api-概述.md
1.14 KB
REST API 基本约束 {#chong}
- API被设计为符合HTTP,REST规范。例如:查询请求使用Get方法,提交请求使用Post方法,如果一个请求不是相应的HTTP方法,将返回错误。
- 如无特殊说明,调用参数值应转码为UTF-8,URL编码
API 资源列表
名称 | Base URL | 描述 |
---|---|---|
API api | http(s)://api.boxfish.cn | 主程序api |
API (/服务端 REST API 概述/base.md) | 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 | 在线授课后台管理 |
API pay | http(s)://pay.boxfish.cn | 支付相关业务 |